Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554538 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild (-4 / +4 lines)
Lines 11-24 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
14
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
15
IUSE="debug"
15
IUSE="debug +gtk3"
16
16
17
RDEPEND=">=dev-libs/glib-2.30:=
17
RDEPEND=">=dev-libs/glib-2.30:=
18
	>=x11-libs/gtk+-3.2:3=
18
	gtk3? ( >=x11-libs/gtk+-3.2:3= )
19
	>=xfce-base/garcon-0.3:=
19
	>=xfce-base/garcon-0.3:=
20
	>=xfce-base/libxfce4util-4.11:=
20
	>=xfce-base/libxfce4util-4.11:=
21
	>=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
21
	>=xfce-base/libxfce4ui-4.11:=[gtk3?]
22
	>=xfce-base/xfconf-4.10:=
22
	>=xfce-base/xfconf-4.10:=
23
	!xfce-base/xfce-utils"
23
	!xfce-base/xfce-utils"
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
Lines 28-34 Link Here
28
28
29
pkg_setup() {
29
pkg_setup() {
30
	XFCONF=(
30
	XFCONF=(
31
		--enable-gtk3
31
		$(use_enable gtk3)
32
		$(xfconf_use_debug)
32
		$(xfconf_use_debug)
33
		)
33
		)
34
34

Return to bug 554538