diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-06 01:58:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-06 01:58:58 +0000 |
commit | 40251dfeeea14c2335f86e6f82955e36819cd707 (patch) | |
tree | f020e79280375fd1ba64029c6a2f5d0e5b99f092 /sys-libs/tdb | |
parent | Add new hardened/linux/uclibc/{amd64,x86} profiles (diff) | |
download | gentoo-2-40251dfeeea14c2335f86e6f82955e36819cd707.tar.gz gentoo-2-40251dfeeea14c2335f86e6f82955e36819cd707.tar.bz2 gentoo-2-40251dfeeea14c2335f86e6f82955e36819cd707.zip |
marked x86 per bug 417107
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 3aea798a0744..942d3da35190 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.43 2012/05/15 23:36:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.44 2012/07/06 01:58:58 jdhore Exp $ + + 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> tdb-1.2.9.ebuild: + marked x86 per bug 417107 15 May 2012; Alexis Ballier <aballier@gentoo.org> tdb-1.2.10.ebuild: keyword ~amd64-fbsd diff --git a/sys-libs/tdb/tdb-1.2.9.ebuild b/sys-libs/tdb/tdb-1.2.9.ebuild index a244054b8864..de6ebcf39104 100644 --- a/sys-libs/tdb/tdb-1.2.9.ebuild +++ b/sys-libs/tdb/tdb-1.2.9.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.9.ebuild,v 1.6 2012/03/08 06:18:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.7 2012/07/06 01:58:58 jdhore 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 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="python" RDEPEND="" |