diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-11-12 16:51:57 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-11-12 16:51:57 +0000 |
commit | 3a73f9175c891d923677e3b4ceacfd17ac74083c (patch) | |
tree | 149723c1d64a20f966cc05376d6e80cfd1a8c3d2 /x11-libs | |
parent | Fixed #10505. (diff) | |
download | historical-3a73f9175c891d923677e3b4ceacfd17ac74083c.tar.gz historical-3a73f9175c891d923677e3b4ceacfd17ac74083c.tar.bz2 historical-3a73f9175c891d923677e3b4ceacfd17ac74083c.zip |
unmasked for alpha arch
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.0.8.ebuild b/x11-libs/gtk+/gtk+-2.0.8.ebuild index 93dea12a25ea..d5c87814ef21 100644 --- a/x11-libs/gtk+/gtk+-2.0.8.ebuild +++ b/x11-libs/gtk+/gtk+-2.0.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8.ebuild,v 1.3 2002/11/12 12:28:31 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8.ebuild,v 1.4 2002/11/12 16:51:57 bjb Exp $ IUSE="tiff doc jpeg" inherit libtool flag-o-matic SLOT="2" -KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 alpha" S=${WORKDIR}/${P} DESCRIPTION="Gimp ToolKit + " |