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/talloc/talloc-2.0.8.ebuild | |
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/talloc/talloc-2.0.8.ebuild')
-rw-r--r-- | sys-libs/talloc/talloc-2.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |