diff options
Diffstat (limited to 'sys-libs/tdb/tdb-1.2.9.ebuild')
-rw-r--r-- | sys-libs/tdb/tdb-1.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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="" |