diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2013-12-11 02:03:57 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2013-12-11 02:03:57 +0000 |
commit | 998e9313a768fca25c6f85d28c2f89943a99b713 (patch) | |
tree | 13c111ad222056446e3de77b2ecf955cf5143ffc /sys-libs | |
parent | Security cleanup wrt bug 462458 (diff) | |
download | gentoo-2-998e9313a768fca25c6f85d28c2f89943a99b713.tar.gz gentoo-2-998e9313a768fca25c6f85d28c2f89943a99b713.tar.bz2 gentoo-2-998e9313a768fca25c6f85d28c2f89943a99b713.zip |
Add python use flag to IUSE defaults - completely fix bug 489472.
Non-maintainer commit acknowledged by Patrick (bonsaikitten).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.8.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.1.0.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index 9a37ab00a22e..677d2a61af32 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,11 @@ # 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.60 2013/09/13 14:04:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.61 2013/12/11 02:03:57 jmbsvicetto Exp $ + + 11 Dec 2013; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + talloc-2.0.8.ebuild, talloc-2.1.0.ebuild: + Add python use flag to IUSE defaults - completely fix bug 489472. Non- + maintainer commit acknowledged by Patrick (bonsaikitten). *talloc-2.1.0 (13 Sep 2013) diff --git a/sys-libs/talloc/talloc-2.0.8.ebuild b/sys-libs/talloc/talloc-2.0.8.ebuild index e938c6ec8a37..38e333cd4e99 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.12 2013/09/06 14:59:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.13 2013/12/11 02:03:57 jmbsvicetto Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -14,7 +14,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" -IUSE="compat python" +IUSE="compat +python" RDEPEND="!!<sys-libs/talloc-2.0.5" DEPEND="${RDEPEND} diff --git a/sys-libs/talloc/talloc-2.1.0.ebuild b/sys-libs/talloc/talloc-2.1.0.ebuild index 8f3efa4a879f..c61998caef27 100644 --- a/sys-libs/talloc/talloc-2.1.0.ebuild +++ b/sys-libs/talloc/talloc-2.1.0.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.1.0.ebuild,v 1.1 2013/09/13 14:04:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.2 2013/12/11 02:03:57 jmbsvicetto Exp $ EAPI=5 @@ -16,7 +16,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" -IUSE="compat python" +IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |