diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-01-05 09:14:47 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-01-05 09:14:47 +0000 |
commit | 91b7c906f89e07d18b9124bf57e080a4d9a26df9 (patch) | |
tree | 04a153a02fba5d5befd88c37aff78f2ae0a54c99 /dev-libs | |
parent | Sync with overlay: Pass correct PHP_BIN to PEAR Installer, fixes problems wit... (diff) | |
download | gentoo-2-91b7c906f89e07d18b9124bf57e080a4d9a26df9.tar.gz gentoo-2-91b7c906f89e07d18b9124bf57e080a4d9a26df9.tar.bz2 gentoo-2-91b7c906f89e07d18b9124bf57e080a4d9a26df9.zip |
Stable on alpha wrt bug #117505
(Portage version: 2.0.53)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/atk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index ffdaec6cad2c..1c222aa5cba5 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/atk # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.91 2006/01/04 23:22:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.92 2006/01/05 09:14:47 ferdy Exp $ + + 05 Jan 2006; Fernando J. Pereda <ferdy@gentoo.org> atk-1.10.3.ebuild: + Stable on alpha wrt bug #117505 04 Jan 2006; Mark Loeser <halcy0n@gentoo.org> atk-1.10.3.ebuild: Stable on x86; bug #117505 diff --git a/dev-libs/atk/atk-1.10.3.ebuild b/dev-libs/atk/atk-1.10.3.ebuild index 12a0f4bd86c1..3c8cf03a51e9 100644 --- a/dev-libs/atk/atk-1.10.3.ebuild +++ b/dev-libs/atk/atk-1.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.10.3.ebuild,v 1.5 2006/01/04 23:22:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.10.3.ebuild,v 1.6 2006/01/05 09:14:47 ferdy Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86" IUSE="doc static" RDEPEND=">=dev-libs/glib-2.5.7" |