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

Collapse All | Expand All

(-)gnome-icon-theme-2.30.3.ebuild (-1 / +7 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
14
KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
15
IUSE=""
15
IUSE="branding"
16
16
17
RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
17
RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
18
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
Lines 30-32 Link Here
30
pkg_setup() {
30
pkg_setup() {
31
	G2CONF="${G2CONF} --enable-icon-mapping"
31
	G2CONF="${G2CONF} --enable-icon-mapping"
32
}
32
}
33
34
src_unpack() {
35
	gnome2_src_unpack
36
37
	use branding && tar xjf "${FILESDIR}"/${PN}-2.30-branded.tar.bz2
38
}

Return to bug 293309