diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-22 14:20:59 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-22 14:20:59 +0000 |
commit | b0d5523a1323bf314d2734eba54a185caefbd742 (patch) | |
tree | 7dd7bbc023dcca678115bf4edda83e59f41a7d87 /app-misc/abook | |
parent | Fixed bug in dolauncher, as reported by Jakob Truelsen <antialize@gmail.com>. (diff) | |
download | gentoo-2-b0d5523a1323bf314d2734eba54a185caefbd742.tar.gz gentoo-2-b0d5523a1323bf314d2734eba54a185caefbd742.tar.bz2 gentoo-2-b0d5523a1323bf314d2734eba54a185caefbd742.zip |
Stable on alpha wrt Bug #144686.
(Portage version: 2.1-r2)
Diffstat (limited to 'app-misc/abook')
-rw-r--r-- | app-misc/abook/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/abook/abook-0.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/abook/ChangeLog b/app-misc/abook/ChangeLog index c937fb85dcb9..efe280d6cfe4 100644 --- a/app-misc/abook/ChangeLog +++ b/app-misc/abook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/abook # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.42 2006/08/22 06:16:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.43 2006/08/22 14:20:59 tcort Exp $ + + 22 Aug 2006; Thomas Cort <tcort@gentoo.org> abook-0.5.6.ebuild: + Stable on alpha wrt Bug #144686. 22 Aug 2006; Markus Rothe <corsair@gentoo.org> abook-0.5.6.ebuild: Stable on ppc64; bug #144686 diff --git a/app-misc/abook/abook-0.5.6.ebuild b/app-misc/abook/abook-0.5.6.ebuild index 0fc139c414be..84cf3f48810f 100644 --- a/app-misc/abook/abook-0.5.6.ebuild +++ b/app-misc/abook/abook-0.5.6.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/app-misc/abook/abook-0.5.6.ebuild,v 1.2 2006/08/22 06:16:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.6.ebuild,v 1.3 2006/08/22 14:20:59 tcort Exp $ DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client." HOMEPAGE="http://abook.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/abook/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc-macos ppc64 ~sparc ~x86" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |