diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-19 19:23:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-19 19:25:34 +0100 |
commit | d63a66bf9c3b796e4a9d321acdcd594ea585de5b (patch) | |
tree | a1241b2fa6f5eb846177f69c382a0a4887aa55e1 /xfce-base | |
parent | xfce-base/libxfcegui4: Remove old (diff) | |
download | gentoo-d63a66bf9c3b796e4a9d321acdcd594ea585de5b.tar.gz gentoo-d63a66bf9c3b796e4a9d321acdcd594ea585de5b.tar.bz2 gentoo-d63a66bf9c3b796e4a9d321acdcd594ea585de5b.zip |
xfce-base/libxfcegui4: Remove support for obsolete glade:3, #575166
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild index 9de7153c7365..b0e6a0a6f854 100644 --- a/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild +++ b/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild @@ -12,14 +12,13 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" -IUSE="glade startup-notification" +IUSE="startup-notification" RDEPEND="gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 - glade? ( dev-util/glade:3 ) startup-notification? ( x11-libs/startup-notification )" DEPEND="${RDEPEND} dev-util/intltool @@ -32,7 +31,8 @@ pkg_setup() { XFCONF=( --disable-static $(use_enable startup-notification) - $(use_enable glade gladeui) + # glade:3 no longer supported on Gentoo, #575166 + --disable-gladeui --with-html-dir="${EPREFIX}"/deprecated ) } |