summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-10 01:18:04 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-10 01:18:04 +0100
commitae8ba39eb2d302a9cb7028ba897598de00be40ab (patch)
tree61411d4b1d7091a4d1464bc88eb5a3779768b770
parentdev-libs/libg15render: Remove broken live ebuild (diff)
downloadgentoo-ae8ba39eb2d302a9cb7028ba897598de00be40ab.tar.gz
gentoo-ae8ba39eb2d302a9cb7028ba897598de00be40ab.tar.bz2
gentoo-ae8ba39eb2d302a9cb7028ba897598de00be40ab.zip
sys-apps/gpet: Port to EAPI 7
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sys-apps/gpet/gpet-0.4.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4.ebuild
index 116891f39944..70a0b701a922 100644
--- a/sys-apps/gpet/gpet-0.4.ebuild
+++ b/sys-apps/gpet/gpet-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="GTK+ based TOMOYO policy editor"
HOMEPAGE="http://en.sourceforge.jp/projects/gpet/"
@@ -10,13 +10,14 @@ SRC_URI="mirror://sourceforge.jp/gpet/53178/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="gnome-base/gconf
+RDEPEND="
+ gnome-base/gconf
sys-devel/gettext
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/pango"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/intltool
virtual/pkgconfig"