diff options
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild index 6673de8de85b..65d61ae11ded 100644 --- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild +++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="utility for generating icon themes and libXcursor cursor themes" HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/" @@ -17,8 +17,3 @@ RDEPEND="x11-apps/xcursorgen dev-libs/popt" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO -} |