diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-12-25 14:09:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-12-25 14:09:11 +0000 |
commit | b0106cf6c3bd32174f6122a895ca5cc7723e2594 (patch) | |
tree | 5f6241b682fe4b4738da5d8413e988d0ab1fbe6c /net-mail/lbdb | |
parent | Doesn't compile on alpha, see http://bugzilla.kernel.org/show_bug.cgi?id=12289 (diff) | |
download | gentoo-2-b0106cf6c3bd32174f6122a895ca5cc7723e2594.tar.gz gentoo-2-b0106cf6c3bd32174f6122a895ca5cc7723e2594.tar.bz2 gentoo-2-b0106cf6c3bd32174f6122a895ca5cc7723e2594.zip |
Stable on alpha, bug #251468
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r-- | net-mail/lbdb/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog index 3b0723bba049..93373832d977 100644 --- a/net-mail/lbdb/ChangeLog +++ b/net-mail/lbdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/lbdb # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.41 2008/12/20 18:58:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.42 2008/12/25 14:09:11 klausman Exp $ + + 25 Dec 2008; Tobias Klausmann <klausman@gentoo.org> lbdb-0.36.ebuild: + Stable on alpha, bug #251468 20 Dec 2008; Markus Meier <maekke@gentoo.org> lbdb-0.36.ebuild: x86 stable, bug #251468 diff --git a/net-mail/lbdb/lbdb-0.36.ebuild b/net-mail/lbdb/lbdb-0.36.ebuild index c676b71a8fc3..93d7b9213962 100644 --- a/net-mail/lbdb/lbdb-0.36.ebuild +++ b/net-mail/lbdb/lbdb-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.36.ebuild,v 1.4 2008/12/20 18:58:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.36.ebuild,v 1.5 2008/12/25 14:09:11 klausman Exp $ inherit versionator eutils @@ -9,7 +9,7 @@ DESCRIPTION="Little Brother database" SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz" HOMEPAGE="http://www.spinnaker.de/lbdb/" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ppc ~sparc x86" LICENSE="GPL-2" IUSE="pda ldap finger nis abook crypt evo" |