diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 17:05:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 17:05:57 +0000 |
commit | 3f3ff57c3e41c55c06e45f563bcfdb7dbd39cecf (patch) | |
tree | ef4c18b6ab6a359c80d7507f6f7564977dd37e1c /dev-db/cdb | |
parent | remove cdb related usemasks (diff) | |
download | gentoo-2-3f3ff57c3e41c55c06e45f563bcfdb7dbd39cecf.tar.gz gentoo-2-3f3ff57c3e41c55c06e45f563bcfdb7dbd39cecf.tar.bz2 gentoo-2-3f3ff57c3e41c55c06e45f563bcfdb7dbd39cecf.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/cdb')
-rw-r--r-- | dev-db/cdb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/cdb/cdb-0.75-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/cdb/ChangeLog b/dev-db/cdb/ChangeLog index 7ca4c52aafb3..91a9573449a7 100644 --- a/dev-db/cdb/ChangeLog +++ b/dev-db/cdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/cdb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.46 2011/04/14 14:47:25 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/ChangeLog,v 1.47 2012/05/29 17:05:57 aballier Exp $ + + 29 May 2012; Alexis Ballier <aballier@gentoo.org> cdb-0.75-r3.ebuild: + keyword ~amd64-fbsd 14 Apr 2011; Jonathan Callen <abcd@gentoo.org> cdb-0.75-r3.ebuild: Add prefix support, bump EAPI to 3, add prefix keywords diff --git a/dev-db/cdb/cdb-0.75-r3.ebuild b/dev-db/cdb/cdb-0.75-r3.ebuild index a5f8dfcc9b1e..a6a37df316dc 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-2011 Gentoo Foundation +# 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.2 2011/04/14 14:47:25 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/cdb/cdb-0.75-r3.ebuild,v 1.3 2012/05/29 17:05:57 aballier Exp $ EAPI=3 inherit eutils toolchain-funcs -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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" |