summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-30 13:37:34 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-30 13:37:34 +0000
commit84db25662ffd9e5d1eb816fcdd4047f730ec394e (patch)
treefa0a536fac156e7972ae83d90dd306bcd8ac31fa
parentFix #11173: add a patch to enable compiling with a qt that has STL support, f... (diff)
downloadhistorical-84db25662ffd9e5d1eb816fcdd4047f730ec394e.tar.gz
historical-84db25662ffd9e5d1eb816fcdd4047f730ec394e.tar.bz2
historical-84db25662ffd9e5d1eb816fcdd4047f730ec394e.zip
unmask x86
-rw-r--r--x11-libs/gtk+/gtk+-2.0.9.ebuild4
-rw-r--r--x11-libs/gtk+/gtk+-2.1.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/gtk+/gtk+-2.0.9.ebuild b/x11-libs/gtk+/gtk+-2.0.9.ebuild
index d694b2c4d28d..7ce0f8e93f95 100644
--- a/x11-libs/gtk+/gtk+-2.0.9.ebuild
+++ b/x11-libs/gtk+/gtk+-2.0.9.ebuild
@@ -1,6 +1,6 @@
# 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.9.ebuild,v 1.2 2002/11/21 19:51:00 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.9.ebuild,v 1.3 2002/11/30 13:37:34 foser Exp $
inherit eutils libtool flag-o-matic
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtk.org/"
SLOT="2"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha"
RDEPEND="virtual/x11
>=dev-libs/glib-2.0.7
diff --git a/x11-libs/gtk+/gtk+-2.1.2.ebuild b/x11-libs/gtk+/gtk+-2.1.2.ebuild
index a722eaa60e45..99111a14d7b0 100644
--- a/x11-libs/gtk+/gtk+-2.1.2.ebuild
+++ b/x11-libs/gtk+/gtk+-2.1.2.ebuild
@@ -1,6 +1,6 @@
# 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.1.2.ebuild,v 1.4 2002/11/29 05:15:37 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.1.2.ebuild,v 1.5 2002/11/30 13:37:34 foser Exp $
IUSE="tiff doc jpeg directfb"
@@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
RDEPEND="virtual/x11
>=dev-libs/glib-2.0.6-r1
- =dev-libs/atk-1.1*
+ >=dev-libs/atk-1.0.1
=x11-libs/pango-1.1*
>=media-libs/libpng-1.2.1
jpeg? ( >=media-libs/jpeg-6b-r2 )