diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 19:18:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 19:18:55 +0000 |
commit | c9ccf0968332376a816113f4902d66e915722bea (patch) | |
tree | 1fde5806a02ce73fbf39f9441d4fe932ad3c9dc7 /dev-db/cdb | |
parent | fixed for newer python (diff) | |
download | gentoo-2-c9ccf0968332376a816113f4902d66e915722bea.tar.gz gentoo-2-c9ccf0968332376a816113f4902d66e915722bea.tar.bz2 gentoo-2-c9ccf0968332376a816113f4902d66e915722bea.zip |
Stable arm, bug #418667
(Portage version: 2.1.10.65/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 f2f932205016..f501282d04a4 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.52 2012/08/04 19:07:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.53 2012/08/04 19:18:55 blueness Exp $ + + 04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cdb-0.75-r3.ebuild: + Stable arm, bug #418667 04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cdb-0.75-r3.ebuild: Stable ppc ppc64, bug #418667 diff --git a/dev-db/cdb/cdb-0.75-r3.ebuild b/dev-db/cdb/cdb-0.75-r3.ebuild index a2ed9f8c8318..a63707b93745 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.8 2012/08/04 19:07:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r3.ebuild,v 1.9 2012/08/04 19:18:55 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" |