diff options
-rw-r--r-- | app-misc/abook/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/abook/abook-0.5.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/abook/ChangeLog b/app-misc/abook/ChangeLog index 1f11acd1809a..c7189e177d65 100644 --- a/app-misc/abook/ChangeLog +++ b/app-misc/abook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/abook # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.53 2009/11/13 15:01:50 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.54 2009/11/24 19:28:17 darkside Exp $ + + 24 Nov 2009; Jeremy Olexa <darkside@gentoo.org> abook-0.5.6-r1.ebuild: + Add prefix keywords, as tested in prefix overlay 13 Nov 2009; Tiago Cunha <tcunha@gentoo.org> abook-0.5.6-r1.ebuild: stable sparc, bug 289956 diff --git a/app-misc/abook/abook-0.5.6-r1.ebuild b/app-misc/abook/abook-0.5.6-r1.ebuild index eb7a3acffdf8..e92d19c2d419 100644 --- a/app-misc/abook/abook-0.5.6-r1.ebuild +++ b/app-misc/abook/abook-0.5.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.6-r1.ebuild,v 1.5 2009/11/13 15:01:50 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.6-r1.ebuild,v 1.6 2009/11/24 19:28:17 darkside Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/abook/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |