diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:31:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:54 -0500 |
commit | 40ce52f68ec03430cbe84366942bda47f3de6489 (patch) | |
tree | 9260e9cb8af85b585dc08bed6c0d752df857a1c2 /gnome-base | |
parent | gnome-base/gnome-keyring: EAPI 7 (diff) | |
download | gentoo-40ce52f68ec03430cbe84366942bda47f3de6489.tar.gz gentoo-40ce52f68ec03430cbe84366942bda47f3de6489.tar.bz2 gentoo-40ce52f68ec03430cbe84366942bda47f3de6489.zip |
gnome-base/libgnomekbd: 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/libgnomekbd/libgnomekbd-3.26.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild index 8ba0aec7a5c2..8b6422e1ad97 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.1.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 inherit gnome2 @@ -21,7 +21,8 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils >=sys-devel/gettext-0.19.4 virtual/pkgconfig |