summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2003-08-25 23:52:35 +0000
committerOlivier Crête <tester@gentoo.org>2003-08-25 23:52:35 +0000
commitbeeb2f448d2c999b9deab01d94162dbcf2efd08a (patch)
treea6117bf9f6efd6ab08e892a3e8345800ecf2d354 /x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild
parentmark gnome 2.2.2 as ~amd64 (diff)
downloadgentoo-2-beeb2f448d2c999b9deab01d94162dbcf2efd08a.tar.gz
gentoo-2-beeb2f448d2c999b9deab01d94162dbcf2efd08a.tar.bz2
gentoo-2-beeb2f448d2c999b9deab01d94162dbcf2efd08a.zip
mark gnome 2.2.2 as ~amd64
Diffstat (limited to 'x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild')
-rw-r--r--x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild b/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild
index ebce0bc90a74..f46bfa3f09e1 100644
--- a/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild
+++ b/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild,v 1.6 2003/08/24 17:55:54 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.2.0.ebuild,v 1.7 2003/08/25 23:51:17 tester Exp $
inherit gtk-engines2 gnuconfig
@@ -13,7 +13,7 @@ HOMEPAGE=""
SRC_URI="mirror://gnome/sources/${PN}/${GTK1_VER}/${PN}-${GTK1_VER}.tar.gz
mirror://gnome/sources/${PN}/${PVP[0]}.${PVP[1]}/${PN}-${GTK2_VER}.tar.gz"
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64"
LICENSE="GPL-2"
IUSE=""
SLOT="0"
@@ -32,7 +32,7 @@ GTK2_S=${WORKDIR}/${PN}-${GTK2_VER}
src_unpack() {
unpack ${A}
- if use alpha; then
+ if use alpha || use amd64; then
gnuconfig_update || die 'gnuconfig_update failed'
( cd $GTK1_S && libtoolize --force ) || die 'libtoolize1 failed'
( cd $GTK2_S && libtoolize --force ) || die 'libtoolize2 failed'