diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 05:58:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-05 05:58:55 +0000 |
commit | 5a5f86faf693a653d1a78f7dc3e28514d3c692d5 (patch) | |
tree | 5d3cb19f0e00b7225e14ef9ac58b7e63a3feca93 /sys-libs/talloc | |
parent | Mark s390 stable #457454. (diff) | |
download | gentoo-2-5a5f86faf693a653d1a78f7dc3e28514d3c692d5.tar.gz gentoo-2-5a5f86faf693a653d1a78f7dc3e28514d3c692d5.tar.bz2 gentoo-2-5a5f86faf693a653d1a78f7dc3e28514d3c692d5.zip |
Mark s390/sh stable #466710.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
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 320e8a2657a5..1dc65089c48b 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.56 2013/09/01 16:05:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.57 2013/09/05 05:58:55 vapier Exp $ + + 05 Sep 2013; Mike Frysinger <vapier@gentoo.org> talloc-2.0.8.ebuild: + Mark s390/sh stable #466710. 01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> talloc-2.0.8.ebuild: Stable for alpha, wrt bug #466710 diff --git a/sys-libs/talloc/talloc-2.0.8.ebuild b/sys-libs/talloc/talloc-2.0.8.ebuild index 3d7572034416..8b3af4f692b7 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.9 2013/09/01 16:05:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.10 2013/09/05 05:58:55 vapier 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" |