diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:43:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:43:40 +0000 |
commit | 1197b2e6d1a1778b49d8083176fa9b215ce2d00a (patch) | |
tree | 98acb33e481262bf658bef9cba6a0ac8f373bb35 /sys-libs/gdbm | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-1197b2e6d1a1778b49d8083176fa9b215ce2d00a.tar.gz gentoo-2-1197b2e6d1a1778b49d8083176fa9b215ce2d00a.tar.bz2 gentoo-2-1197b2e6d1a1778b49d8083176fa9b215ce2d00a.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gdbm')
-rw-r--r-- | sys-libs/gdbm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gdbm/gdbm-1.9.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/gdbm/ChangeLog b/sys-libs/gdbm/ChangeLog index 95c05aab5b36..ba4412214af4 100644 --- a/sys-libs/gdbm/ChangeLog +++ b/sys-libs/gdbm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gdbm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.60 2012/03/25 09:41:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.61 2012/04/26 14:43:40 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> gdbm-1.9.1-r2.ebuild: + keyword ~amd64-fbsd 25 Mar 2012; Fabian Groffen <grobian@gentoo.org> gdbm-1.9.1-r2.ebuild: Added Prefix keywords diff --git a/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild b/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild index b111f276dbcc..cf271e9a4d7d 100644 --- a/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild +++ b/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild,v 1.4 2012/03/25 09:41:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.9.1-r2.ebuild,v 1.5 2012/04/26 14:43:40 aballier Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+berkdb exporter static-libs" EX_S="${WORKDIR}"/${EX_P} |