diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:37:34 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:37:34 +0000 |
commit | b99a03d8d4a41b04456690495935d8f5f584250f (patch) | |
tree | 963aa25cd42fdffc470fb64fb8ea31f3906cc1fe /sys-libs/tdb/tdb-1.2.11.ebuild | |
parent | Add ~arm-linux keywords. (diff) | |
download | historical-b99a03d8d4a41b04456690495935d8f5f584250f.tar.gz historical-b99a03d8d4a41b04456690495935d8f5f584250f.tar.bz2 historical-b99a03d8d4a41b04456690495935d8f5f584250f.zip |
Add ~arm-linux and ~x86-linux keywords.
Package-Manager: portage-2.2.0_alpha163_p13/cvs/Linux i686
Manifest-Sign-Key: 0xFDE8EF85AE5719A3
Diffstat (limited to 'sys-libs/tdb/tdb-1.2.11.ebuild')
-rw-r--r-- | sys-libs/tdb/tdb-1.2.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/tdb/tdb-1.2.11.ebuild b/sys-libs/tdb/tdb-1.2.11.ebuild index 26e47021d556..19797a2cb4d9 100644 --- a/sys-libs/tdb/tdb-1.2.11.ebuild +++ b/sys-libs/tdb/tdb-1.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.11.ebuild,v 1.1 2012/12/05 06:45:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.11.ebuild,v 1.2 2013/02/25 08:37:32 zmedico 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 ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="python" RDEPEND="" |