diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-22 12:33:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-22 13:15:14 +0200 |
commit | 6e6ab1be155d3fb2b92f95eb98b27a3b73c2c6ae (patch) | |
tree | 97ec0f203bb073930c19ed362f2138bcb218aaa2 /xfce-extra/xfce4-equake-plugin | |
parent | xfce-extra/xfce4-alsa-plugin: Require GTK+2 xfce4-panel (diff) | |
download | gentoo-6e6ab1be155d3fb2b92f95eb98b27a3b73c2c6ae.tar.gz gentoo-6e6ab1be155d3fb2b92f95eb98b27a3b73c2c6ae.tar.bz2 gentoo-6e6ab1be155d3fb2b92f95eb98b27a3b73c2c6ae.zip |
xfce-extra/xfce4-equake-plugin: Require GTK+2 xfce4-panel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-equake-plugin')
-rw-r--r-- | xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild index b6b3c192142a..a0e7b040644e 100644 --- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild +++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.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 @@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/glib-2:= x11-libs/libX11:= >=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 |