diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-03-01 23:03:58 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-03-01 23:03:58 +0000 |
commit | f4e4dfccdb9723f6637afd1a0d6dcb8f9f00628e (patch) | |
tree | 4fdca3c27b87cc8e6ce30496d245ec1735a651a3 /sys-libs/talloc/talloc-2.0.5.ebuild | |
parent | Fix prefix support (diff) | |
download | gentoo-2-f4e4dfccdb9723f6637afd1a0d6dcb8f9f00628e.tar.gz gentoo-2-f4e4dfccdb9723f6637afd1a0d6dcb8f9f00628e.tar.bz2 gentoo-2-f4e4dfccdb9723f6637afd1a0d6dcb8f9f00628e.zip |
Add ~amd64-linux/~x86-linux keywords
(Portage version: 2.2.0_alpha23_p5/cvs/Linux i686)
Diffstat (limited to 'sys-libs/talloc/talloc-2.0.5.ebuild')
-rw-r--r-- | sys-libs/talloc/talloc-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.0.5.ebuild b/sys-libs/talloc/talloc-2.0.5.ebuild index af935ca01b59..2e26eb3367aa 100644 --- a/sys-libs/talloc/talloc-2.0.5.ebuild +++ b/sys-libs/talloc/talloc-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.1 2011/01/13 18:45:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.2 2011/03/01 23:03:58 abcd Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="compat python" RDEPEND="" |