diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:41:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:41:35 +0000 |
commit | 898498de10fc5c84cd6ada9ec4ae85b9415a44db (patch) | |
tree | 8b4fe68f6c90953b5b6a9ca9497a08ab01cb3232 /sys-libs/talloc | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-898498de10fc5c84cd6ada9ec4ae85b9415a44db.tar.gz gentoo-2-898498de10fc5c84cd6ada9ec4ae85b9415a44db.tar.bz2 gentoo-2-898498de10fc5c84cd6ada9ec4ae85b9415a44db.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index 1a1d8db0a236..098d1bf6473e 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/talloc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.38 2012/12/05 06:32:54 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.39 2013/02/25 08:41:35 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> talloc-2.0.8.ebuild: + Add ~arm-linux keyword. *talloc-2.0.8 (05 Dec 2012) diff --git a/sys-libs/talloc/talloc-2.0.8.ebuild b/sys-libs/talloc/talloc-2.0.8.ebuild index 501a7b3a75c5..ae280d9d3f7e 100644 --- a/sys-libs/talloc/talloc-2.0.8.ebuild +++ b/sys-libs/talloc/talloc-2.0.8.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/talloc/talloc-2.0.8.ebuild,v 1.1 2012/12/05 06:32:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.2 2013/02/25 08:41:35 zmedico Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -13,7 +13,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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat python" RDEPEND="!!<sys-libs/talloc-2.0.5" |