diff options
author | Jason Wever <weeve@gentoo.org> | 2003-03-01 14:49:06 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-03-01 14:49:06 +0000 |
commit | 488b11a1b5b2a7889c083439fe7a56f73dd5e96a (patch) | |
tree | 6b8269d7935be4372c6c8fd150586e1116b7849a /dev-libs/atk | |
parent | New package ( ~x86 masked) closes #11737. (diff) | |
download | gentoo-2-488b11a1b5b2a7889c083439fe7a56f73dd5e96a.tar.gz gentoo-2-488b11a1b5b2a7889c083439fe7a56f73dd5e96a.tar.bz2 gentoo-2-488b11a1b5b2a7889c083439fe7a56f73dd5e96a.zip |
Marked Gnome 2.2 and it's 10e99 dependencies ~sparc.
Diffstat (limited to 'dev-libs/atk')
-rw-r--r-- | dev-libs/atk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index df197a935157..3ddfeb819379 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-libs/atk # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.19 2003/02/22 00:04:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.20 2003/03/01 14:47:01 weeve Exp $ *atk-1.2.2 (21 Jan 2003) + 01 Mar 2003; Jason Wever <weeve@gentoo.org> atk-1.2.2.ebuild: + Added ~sparc to keywords. + 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> atk-1.2.2.ebuild : Mark stable on alpha diff --git a/dev-libs/atk/atk-1.2.2.ebuild b/dev-libs/atk/atk-1.2.2.ebuild index 1c1aa5b4cdd4..392f5bc07d9b 100644 --- a/dev-libs/atk/atk-1.2.2.ebuild +++ b/dev-libs/atk/atk-1.2.2.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/dev-libs/atk/atk-1.2.2.ebuild,v 1.4 2003/02/22 00:04:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.2.ebuild,v 1.5 2003/03/01 14:47:01 weeve Exp $ inherit libtool gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc alpha" +KEYWORDS="x86 ~ppc alpha ~sparc" RDEPEND=">=dev-libs/glib-2" |