Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 54806
Collapse All | Expand All

(-)gtk-engines-2.2.0.ebuild.old (-2 / +2 lines)
Lines 13-19 Link Here
13
SRC_URI="mirror://gnome/sources/${PN}/${GTK1_VER}/${PN}-${GTK1_VER}.tar.gz
13
SRC_URI="mirror://gnome/sources/${PN}/${GTK1_VER}/${PN}-${GTK1_VER}.tar.gz
14
	mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${PN}-${GTK2_VER}.tar.gz"
14
	mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${PN}-${GTK2_VER}.tar.gz"
15
15
16
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
16
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ppc64"
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
IUSE=""
18
IUSE=""
19
SLOT="0"
19
SLOT="0"
Lines 32-38 Link Here
32
32
33
src_unpack() {
33
src_unpack() {
34
	unpack ${A}
34
	unpack ${A}
35
	if use alpha || use amd64; then
35
	if use alpha || use amd64 || use ppc64 ; then
36
		gnuconfig_update || die 'gnuconfig_update failed'
36
		gnuconfig_update || die 'gnuconfig_update failed'
37
		( cd $GTK1_S && libtoolize --force ) || die 'libtoolize1 failed'
37
		( cd $GTK1_S && libtoolize --force ) || die 'libtoolize1 failed'
38
		( cd $GTK2_S && libtoolize --force ) || die 'libtoolize2 failed'
38
		( cd $GTK2_S && libtoolize --force ) || die 'libtoolize2 failed'

Return to bug 54806