From 18441a4f7e04082fb7de2e32c1f84ceed9a65dae Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 25 Dec 2020 21:33:36 -0500 Subject: gnome-extra/zenity: EAPI 7 Signed-off-by: David Michael Signed-off-by: Matt Turner --- gnome-extra/zenity/zenity-3.32.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnome-extra/zenity') diff --git a/gnome-extra/zenity/zenity-3.32.0.ebuild b/gnome-extra/zenity/zenity-3.32.0.ebuild index 64bf0a289f70..5d5ab54c9b12 100644 --- a/gnome-extra/zenity/zenity-3.32.0.ebuild +++ b/gnome-extra/zenity/zenity-3.32.0.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 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" @@ -22,7 +22,8 @@ RDEPEND=" libnotify? ( >=x11-libs/libnotify-0.6.1:= ) webkit? ( >=net-libs/webkit-gtk-2.8.1:4 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/itstool >=sys-devel/gettext-0.19.4 virtual/pkgconfig -- cgit v1.2.3-65-gdbad