diff options
-rw-r--r-- | dev-libs/atk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.11.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/atk/ChangeLog b/dev-libs/atk/ChangeLog index 3e3c629a233e..bc7b00dac06c 100644 --- a/dev-libs/atk/ChangeLog +++ b/dev-libs/atk/ChangeLog @@ -1,6 +1,10 @@ # 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.98 2006/05/08 00:18:47 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.99 2006/06/25 20:29:31 the_paya Exp $ + + 25 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> + atk-1.11.4.ebuild: + Add ~x86-fbsd keyword. 08 May 2006; John N. Laliberte <allanonjl@gentoo.org> atk-1.11.4.ebuild: run eautoreconf, but preserve old macros due to the included gtk-doc macros. diff --git a/dev-libs/atk/atk-1.11.4.ebuild b/dev-libs/atk/atk-1.11.4.ebuild index 076d9df9aa86..048ac352ad14 100644 --- a/dev-libs/atk/atk-1.11.4.ebuild +++ b/dev-libs/atk/atk-1.11.4.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.11.4.ebuild,v 1.2 2006/05/08 00:18:47 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.11.4.ebuild,v 1.3 2006/06/25 20:29:31 the_paya Exp $ inherit gnome2 autotools @@ -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 ~x86-fbsd" IUSE="doc" RDEPEND=">=dev-libs/glib-2.5.7" |