diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-29 16:03:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-29 16:03:56 +0000 |
commit | 759384e991143a0134508cb175435ada6399e5cc (patch) | |
tree | fc37befe434360abb4865fd789eb925d6cbc83b1 /gnome-base | |
parent | Version bump, bug #326409. (diff) | |
download | gentoo-2-759384e991143a0134508cb175435ada6399e5cc.tar.gz gentoo-2-759384e991143a0134508cb175435ada6399e5cc.tar.bz2 gentoo-2-759384e991143a0134508cb175435ada6399e5cc.zip |
Drop unneeded dependencies. Raise gtk+ dependency to build tests, bug #327981. Use control tests.
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomekbd/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index 1d9850c36755..9188bdf6d037 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.77 2010/08/18 21:37:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.78 2010/08/29 16:03:56 eva Exp $ + + 29 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org> + libgnomekbd-2.30.2.ebuild: + Drop unneeded dependencies. Raise gtk+ dependency to build tests, bug + #327981. Use control tests. 18 Aug 2010; Markus Meier <maekke@gentoo.org> libgnomekbd-2.28.2.ebuild: arm stable, bug #314899 diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild index 7106d34c122f..1dd383b84634 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.4 2010/08/01 11:28:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.5 2010/08/29 16:03:56 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -13,13 +13,12 @@ HOMEPAGE="http://www.gnome.org" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" +IUSE="test" +# gtk+-2.20 needed for tests RDEPEND=">=dev-libs/glib-2.18 - >=sys-apps/dbus-0.92 - >=dev-libs/dbus-glib-0.34 >=gnome-base/gconf-2.14 - >=x11-libs/gtk+-2.18 + >=x11-libs/gtk+-2.20 >=x11-libs/libxklavier-5.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 @@ -29,7 +28,7 @@ DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { # Only user interaction required graphical tests at the time of 2.22.0 - not useful for us - G2CONF="${G2CONF} --disable-tests --disable-static" + G2CONF="${G2CONF} $(use_enable test tests) --disable-static" } src_compile() { |