commit: 61aa44003dd37f4ad7cafa22414dd1e7a618331b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 5 10:20:45 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 5 10:20:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61aa4400
xfce-base/libxfce4ui: Readd blocked USE=gtk2 to fix revdeps Revdeps assume 'gtk2(+)', so we need to keep the flag till they're updated. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild index c412d638a21..c82e6b23c4a 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2+ GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug glade introspection libgtop startup-notification vala" -REQUIRED_USE="vala? ( introspection )" +IUSE="debug glade -gtk2 introspection libgtop startup-notification vala" +REQUIRED_USE="!gtk2 vala? ( introspection )" RDEPEND=">=dev-libs/glib-2.42:2 >=x11-libs/gtk+-3.22:3[introspection?]
