commit:     c4c86bdf34ba7165639c4dd08efe73853d4ff2e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 18:26:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 18:46:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c86bdf

media-plugins/gimp-lqr: port to EAPI 7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild 
b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
index cd048f5af6a..83a4ea2f875 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P="${PN}-plugin-${PV}"
 
 DESCRIPTION="Content-aware resizing for the GIMP"
 HOMEPAGE="http://liquidrescale.wikidot.com/";
 
SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2";
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
        >=media-gfx/gimp-2.8
        media-libs/liblqr"
 DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"

Reply via email to