From 0bdcb2315ff113f4fd2efa74603a80fd8b5322de Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 14 Feb 2016 10:31:54 +0100 Subject: x11-themes/gartoon: EAPI 5 clean-up. Package-Manager: portage-2.2.27 --- x11-themes/gartoon/gartoon-0.5-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-themes/gartoon') diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild index 568459a3fba2..c5c1f860132a 100644 --- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild +++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild @@ -2,14 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 DESCRIPTION="Gartoon SVG icon theme" HOMEPAGE="https://www.gentoo.org" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" -IUSE="" KEYWORDS="amd64 ~ppc sparc ~x86" SLOT="0" @@ -22,8 +21,9 @@ pkg_setup() { } src_prepare() { - sed -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \ - -i scalable/stock/iconrc || die "sed failed" + sed -i \ + -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \ + scalable/stock/iconrc || die } src_install() { -- cgit v1.2.3-65-gdbad