diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-28 23:20:31 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-28 23:20:31 +0000 |
commit | 45891a48b6c2f1a21965fcbcf3923361c4ff823a (patch) | |
tree | 677b01d7aa1f95105606af4dd8047419aa497b38 | |
parent | masked media-libs/xvid[pic], bug #529584 (diff) | |
download | gentoo-2-45891a48b6c2f1a21965fcbcf3923361c4ff823a.tar.gz gentoo-2-45891a48b6c2f1a21965fcbcf3923361c4ff823a.tar.bz2 gentoo-2-45891a48b6c2f1a21965fcbcf3923361c4ff823a.zip |
Make python dependency required for unittests only, bug #533732.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r-- | gnome-base/gnome-keyring/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gnome-base/gnome-keyring/ChangeLog b/gnome-base/gnome-keyring/ChangeLog index 4b9ecb34a8ec..2b88111f8d6e 100644 --- a/gnome-base/gnome-keyring/ChangeLog +++ b/gnome-base/gnome-keyring/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-keyring # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.264 2014/12/22 21:24:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.265 2014/12/28 23:20:31 eva Exp $ + + 28 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> + gnome-keyring-3.14.0.ebuild: + Make python dependency required for unittests only, bug #533732. *gnome-keyring-3.14.0 (22 Dec 2014) diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild b/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild index 3212a8917e81..ef6afe78fbdb 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild,v 1.1 2014/12/22 21:24:13 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.14.0.ebuild,v 1.2 2014/12/28 23:20:31 eva Exp $ EAPI="5" GCONF_DEBUG="yes" # Not gnome macro but similar @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -IUSE="+caps debug pam selinux +ssh-agent" +IUSE="+caps debug pam selinux +ssh-agent test" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" RDEPEND=" @@ -27,16 +27,16 @@ RDEPEND=" pam? ( virtual/pam ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.3 dev-libs/libxslt >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig + test? ( ${PYTHON_DEPS} ) " pkg_setup() { - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } src_prepare() { |