commit: 0bdcb2315ff113f4fd2efa74603a80fd8b5322de Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 09:31:54 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 09:31:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdcb231
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(-) diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild index 568459a..c5c1f86 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() {
