diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-23 21:39:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-23 21:39:38 +0000 |
commit | 9d61ffcbca90f116faa195aa78fbf33e6c40d0b3 (patch) | |
tree | ef33523ecaa5b26e053db1efb0ee0bae6136002f /sys-libs/talloc | |
parent | Stable for amd64, wrt bug #466644 (diff) | |
download | gentoo-2-9d61ffcbca90f116faa195aa78fbf33e6c40d0b3.tar.gz gentoo-2-9d61ffcbca90f116faa195aa78fbf33e6c40d0b3.tar.bz2 gentoo-2-9d61ffcbca90f116faa195aa78fbf33e6c40d0b3.zip |
Stable for amd64, wrt bug #466710
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index a80740f01a57..3819cf048b18 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/talloc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.45 2013/03/06 10:27:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.46 2013/04/23 21:39:38 ago Exp $ + + 23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> talloc-2.0.8.ebuild: + Stable for amd64, wrt bug #466710 06 Mar 2013; Agostino Sarubbo <ago@gentoo.org> talloc-2.0.7.ebuild: Stable for sh, wrt bug #458712 diff --git a/sys-libs/talloc/talloc-2.0.8.ebuild b/sys-libs/talloc/talloc-2.0.8.ebuild index ae280d9d3f7e..cccf0817272e 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-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.2 2013/02/25 08:41:35 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.3 2013/04/23 21:39:38 ago 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 ~arm-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" |