diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-22 12:27:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-22 13:14:59 +0200 |
commit | b50c0f003ed90431ac7c92228c36334f7a130ef1 (patch) | |
tree | e5112ed9c215ae3cabad4dfb4ea1041155ff49b2 /xfce-extra/xfce4-embed-plugin | |
parent | xfce-extra/xfce4-cpugraph-plugin: Require GTK+2 xfce4-panel (diff) | |
download | gentoo-b50c0f003ed90431ac7c92228c36334f7a130ef1.tar.gz gentoo-b50c0f003ed90431ac7c92228c36334f7a130ef1.tar.bz2 gentoo-b50c0f003ed90431ac7c92228c36334f7a130ef1.zip |
xfce-extra/xfce4-embed-plugin: Require GTK+2 xfce4-panel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-embed-plugin')
-rw-r--r-- | xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r2.ebuild (renamed from xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r2.ebuild index f45d45455bff..0d1646ebc146 100644 --- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild +++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ RDEPEND=">=x11-libs/gtk+-2.20: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 |