diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:32:40 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:55 -0500 |
commit | 8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d (patch) | |
tree | ddf57995835016294169403272058f0c483110ea /gnome-base | |
parent | gnome-base/libgnomekbd: EAPI 7 (diff) | |
download | gentoo-8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d.tar.gz gentoo-8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d.tar.bz2 gentoo-8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d.zip |
gnome-base/libgtop: EAPI 7
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgtop/libgtop-2.40.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild b/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild index 454fa3ec2244..a724366d9e2f 100644 --- a/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild +++ b/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 GNOME2_EAUTORECONF="yes" inherit flag-o-matic gnome2 @@ -18,7 +18,8 @@ RDEPEND=" >=dev-libs/glib-2.26:2 introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=dev-util/gtk-doc-am-1.4 >=sys-devel/gettext-0.19.6 virtual/pkgconfig |