diff options
author | 2012-08-29 02:29:46 +0000 | |
---|---|---|
committer | 2012-08-29 02:29:46 +0000 | |
commit | b792ad231c0622659c31d69e9be4411747454a69 (patch) | |
tree | 34e65e53756d1962e63d39163df4b4a531ee6607 | |
parent | Keyword ~ppc, bug #428248 (diff) | |
download | gentoo-2-b792ad231c0622659c31d69e9be4411747454a69.tar.gz gentoo-2-b792ad231c0622659c31d69e9be4411747454a69.tar.bz2 gentoo-2-b792ad231c0622659c31d69e9be4411747454a69.zip |
added ~amd64-linux
(Portage version: 2.2.0_alpha123/cvs/Linux i686)
-rw-r--r-- | sys-libs/tdb/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 942d3da35190..47b41224f168 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.44 2012/07/06 01:58:58 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.45 2012/08/29 02:29:46 ottxor Exp $ + + 29 Aug 2012; Christoph Junghans <ottxor@gentoo.org> tdb-1.2.10.ebuild: + added ~amd64-linux 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> tdb-1.2.9.ebuild: marked x86 per bug 417107 @@ -160,4 +163,3 @@ +metadata.xml: Initial commit. Ebuilds based on those provided by Marcel Greter in #231273 - diff --git a/sys-libs/tdb/tdb-1.2.10.ebuild b/sys-libs/tdb/tdb-1.2.10.ebuild index 9a666b991aa6..64a69612383e 100644 --- a/sys-libs/tdb/tdb-1.2.10.ebuild +++ b/sys-libs/tdb/tdb-1.2.10.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/tdb/tdb-1.2.10.ebuild,v 1.2 2012/05/15 23:36:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.10.ebuild,v 1.3 2012/08/29 02:29:46 ottxor Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -14,7 +14,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="python" RDEPEND="" |