diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:36:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:36:22 +0000 |
commit | c7c8f773371b10b172897b1ddc2dd19129458060 (patch) | |
tree | 709de66defeff1f0e57bfc5e09cabcfb00d3091a /sys-libs/talloc | |
parent | Stable for amd64, wrt bug #405617 (diff) | |
download | gentoo-2-c7c8f773371b10b172897b1ddc2dd19129458060.tar.gz gentoo-2-c7c8f773371b10b172897b1ddc2dd19129458060.tar.bz2 gentoo-2-c7c8f773371b10b172897b1ddc2dd19129458060.zip |
Stable for amd64, wrt bug #405617
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index f00c9609fc04..6f173fb6d703 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/talloc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.30 2011/12/18 02:38:51 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.31 2012/02/25 16:36:22 ago Exp $ + + 25 Feb 2012; Agostino Sarubbo <ago@gentoo.org> talloc-2.0.7.ebuild: + Stable for amd64, wrt bug #405617 *talloc-2.0.1-r2 (18 Dec 2011) diff --git a/sys-libs/talloc/talloc-2.0.7.ebuild b/sys-libs/talloc/talloc-2.0.7.ebuild index a8da91d64855..0f6b8ebc2acf 100644 --- a/sys-libs/talloc/talloc-2.0.7.ebuild +++ b/sys-libs/talloc/talloc-2.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.2 2011/10/18 21:59:36 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.3 2012/02/25 16:36:22 ago Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -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 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat python" RDEPEND="!!<sys-libs/talloc-2.0.5" |