diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-12 19:16:26 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-12 19:16:26 +0000 |
commit | a304da51c0f9141489f1a09e6999606819d1db7e (patch) | |
tree | 7a855307278bd8cdfbae24a4d0c71126b8f96a29 /dev-libs | |
parent | mark stable (Manifest recommit) (diff) | |
download | gentoo-2-a304da51c0f9141489f1a09e6999606819d1db7e.tar.gz gentoo-2-a304da51c0f9141489f1a09e6999606819d1db7e.tar.bz2 gentoo-2-a304da51c0f9141489f1a09e6999606819d1db7e.zip |
removed macos keyword. Cannot be stable if glib isn't stable. There's a bug open about glib (doesn't compile shared libs)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/atk-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/atk/atk-1.6.1.ebuild b/dev-libs/atk/atk-1.6.1.ebuild index ae5f9b404b98..af40e9fe5686 100644 --- a/dev-libs/atk/atk-1.6.1.ebuild +++ b/dev-libs/atk/atk-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.6.1.ebuild,v 1.10 2004/08/05 20:08:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.6.1.ebuild,v 1.11 2004/09/12 19:16:26 pvdabeel Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha arm hppa amd64 ~ia64 ppc64 macos" +KEYWORDS="x86 ~ppc sparc ~mips alpha arm hppa amd64 ~ia64 ppc64" IUSE="doc" RDEPEND=">=dev-libs/glib-2" |