diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 19:07:05 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 19:07:05 +0000 |
commit | 3664dbc04606737a3124c56f187ad4c0cc3b6f33 (patch) | |
tree | 2e06e349493fef8ba5f77c614a5657c18ff8d0d1 /dev-db | |
parent | Fixed when sphinx not installed, build docs, keyword amd64-linux, x86-linux, ... (diff) | |
download | gentoo-2-3664dbc04606737a3124c56f187ad4c0cc3b6f33.tar.gz gentoo-2-3664dbc04606737a3124c56f187ad4c0cc3b6f33.tar.bz2 gentoo-2-3664dbc04606737a3124c56f187ad4c0cc3b6f33.zip |
Stable ppc ppc64, bug #418667
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-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 22935b79652f..f2f932205016 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.51 2012/08/04 11:39:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.52 2012/08/04 19:07:05 blueness Exp $ + + 04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cdb-0.75-r3.ebuild: + Stable ppc ppc64, bug #418667 04 Aug 2012; Jeroen Roovers <jer@gentoo.org> cdb-0.75-r3.ebuild: Stable for HPPA (bug #418667). diff --git a/dev-db/cdb/cdb-0.75-r3.ebuild b/dev-db/cdb/cdb-0.75-r3.ebuild index 986979cb2a21..a2ed9f8c8318 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.7 2012/08/04 11:39:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r3.ebuild,v 1.8 2012/08/04 19:07:05 blueness 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" |