summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 08:57:42 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 08:57:42 +0000
commit5e659827dbf0a4661474eae6d26a6f6232bae61d (patch)
tree081ca5960c3e8405c6220c5e33fccb9db4ab6557 /gnome-base/libglade
parentdrop py2.6 py3.2, add IUSE doc, doc build, update deps (diff)
downloadgentoo-2-5e659827dbf0a4661474eae6d26a6f6232bae61d.tar.gz
gentoo-2-5e659827dbf0a4661474eae6d26a6f6232bae61d.tar.bz2
gentoo-2-5e659827dbf0a4661474eae6d26a6f6232bae61d.zip
Wrap REQUIRED_USE in tools? as well.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r--gnome-base/libglade/ChangeLog5
-rw-r--r--gnome-base/libglade/libglade-2.6.4-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog
index ff9fdf942c7e..d8e80704bc13 100644
--- a/gnome-base/libglade/ChangeLog
+++ b/gnome-base/libglade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/libglade
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.151 2014/06/17 06:16:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.152 2014/06/18 08:57:42 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libglade-2.6.4-r2.ebuild:
+ Wrap REQUIRED_USE in tools? as well.
*libglade-2.6.4-r2 (17 Jun 2014)
diff --git a/gnome-base/libglade/libglade-2.6.4-r2.ebuild b/gnome-base/libglade/libglade-2.6.4-r2.ebuild
index 238f885ee100..011f06b61b10 100644
--- a/gnome-base/libglade/libglade-2.6.4-r2.ebuild
+++ b/gnome-base/libglade/libglade-2.6.4-r2.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/libglade/libglade-2.6.4-r2.ebuild,v 1.1 2014/06/17 06:16:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r2.ebuild,v 1.2 2014/06/18 08:57:42 mgorny Exp $
EAPI=5
@@ -20,7 +20,7 @@ LICENSE="LGPL-2"
SLOT="2.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs test tools"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.10:2[${MULTILIB_USEDEP}]
>=x11-libs/gtk+-2.8.10:2[${MULTILIB_USEDEP}]