diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-22 12:27:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-22 13:14:56 +0200 |
commit | d6559d9824b4fac2ef896c42e14a425c15f8471c (patch) | |
tree | b437342aa1e0890856153e776ff909895d034f5e /xfce-extra | |
parent | xfce-base/xfce4-panel: Make GTK+2 optional (diff) | |
download | gentoo-d6559d9824b4fac2ef896c42e14a425c15f8471c.tar.gz gentoo-d6559d9824b4fac2ef896c42e14a425c15f8471c.tar.bz2 gentoo-d6559d9824b4fac2ef896c42e14a425c15f8471c.zip |
xfce-extra/multiload-nandhp: Require GTK+2 xfce4-panel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild (renamed from xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild index 0affafa8718f..741761441e5a 100644 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.14:2= >=gnome-base/libgtop-2.11.92:= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= - >=xfce-base/xfce4-panel-4.10:=" + >=xfce-base/xfce4-panel-4.10:=[gtk2(+)]" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext |