diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-04 11:39:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-04 11:39:21 +0000 |
commit | fdcfcc7c785e8eff2f56196fe2ae227a903b072e (patch) | |
tree | 0f9e865def4205701920c5eb9dc35c991ae5e653 /dev-db/cdb | |
parent | Stable for HPPA (bug #422043). (diff) | |
download | gentoo-2-fdcfcc7c785e8eff2f56196fe2ae227a903b072e.tar.gz gentoo-2-fdcfcc7c785e8eff2f56196fe2ae227a903b072e.tar.bz2 gentoo-2-fdcfcc7c785e8eff2f56196fe2ae227a903b072e.zip |
Stable for HPPA (bug #418667).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/cdb')
-rw-r--r-- | dev-db/cdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/cdb/cdb-0.75-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/cdb/ChangeLog b/dev-db/cdb/ChangeLog index e19b6ac8f02b..22935b79652f 100644 --- a/dev-db/cdb/ChangeLog +++ b/dev-db/cdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/cdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.50 2012/08/03 06:15:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.51 2012/08/04 11:39:21 jer Exp $ + + 04 Aug 2012; Jeroen Roovers <jer@gentoo.org> cdb-0.75-r3.ebuild: + Stable for HPPA (bug #418667). 03 Aug 2012; Jeff Horelick <jdhore@gentoo.org> cdb-0.75-r3.ebuild: marked x86 per bug 418667 diff --git a/dev-db/cdb/cdb-0.75-r3.ebuild b/dev-db/cdb/cdb-0.75-r3.ebuild index 49d31131378d..986979cb2a21 100644 --- a/dev-db/cdb/cdb-0.75-r3.ebuild +++ b/dev-db/cdb/cdb-0.75-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r3.ebuild,v 1.6 2012/08/03 06:15:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r3.ebuild,v 1.7 2012/08/04 11:39:21 jer Exp $ EAPI=3 inherit eutils multilib toolchain-funcs -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" DESCRIPTION="Fast, reliable, simple package for creating and reading constant databases." HOMEPAGE="http://cr.yp.to/cdb.html" |