diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-08 22:37:17 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-08 22:37:17 +0000 |
commit | 622c326fd023d93ad9c8528d563af7221face1b0 (patch) | |
tree | 1e86e9aadeebd184c3fae2c606ff62688dedf167 /net-nds/nsscache | |
parent | Version bump. (diff) | |
download | gentoo-2-622c326fd023d93ad9c8528d563af7221face1b0.tar.gz gentoo-2-622c326fd023d93ad9c8528d563af7221face1b0.tar.bz2 gentoo-2-622c326fd023d93ad9c8528d563af7221face1b0.zip |
Fix missing dependency for newer infra boxes.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/nsscache')
-rw-r--r-- | net-nds/nsscache/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/nsscache/nsscache-0.21.14.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-nds/nsscache/ChangeLog b/net-nds/nsscache/ChangeLog index 00850692e357..feb356f0a16c 100644 --- a/net-nds/nsscache/ChangeLog +++ b/net-nds/nsscache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/nsscache # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.10 2011/05/29 13:03:38 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.11 2011/09/08 22:37:17 robbat2 Exp $ + + 08 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> nsscache-0.21.14.ebuild: + Fix missing dependency for newer infra boxes. *nsscache-0.21.14 (29 May 2011) diff --git a/net-nds/nsscache/nsscache-0.21.14.ebuild b/net-nds/nsscache/nsscache-0.21.14.ebuild index 85a469b76787..0aa7c0ed695d 100644 --- a/net-nds/nsscache/nsscache-0.21.14.ebuild +++ b/net-nds/nsscache/nsscache-0.21.14.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.1 2011/05/29 13:03:38 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.2 2011/09/08 22:37:17 robbat2 Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" +PYTHON_USE_WITH="berkdb" inherit eutils python distutils |