diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-05 18:03:22 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-05 18:03:22 +0000 |
commit | 9d8009f389c4b1a8a5cf7fd9747c490ed7acb409 (patch) | |
tree | 9ef266eb9b4cd78811015430a3fa87d7b525e14b /gnome-extra/libgda | |
parent | Add libXft/libXRender. Make sure graphviz is recent enough. Make sure detecte... (diff) | |
download | gentoo-2-9d8009f389c4b1a8a5cf7fd9747c490ed7acb409.tar.gz gentoo-2-9d8009f389c4b1a8a5cf7fd9747c490ed7acb409.tar.bz2 gentoo-2-9d8009f389c4b1a8a5cf7fd9747c490ed7acb409.zip |
Pin glib/gtk+ to SLOT 2 and update test function from live ebuild.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.2.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 99da5660640e..22a59c3ecf95 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgda # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.154 2010/12/04 11:15:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.155 2010/12/05 18:03:22 eva Exp $ + + 05 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> libgda-4.2.2.ebuild: + Pin glib/gtk+ to SLOT 2 and update test function from live ebuild. *libgda-4.2.2 (04 Dec 2010) diff --git a/gnome-extra/libgda/libgda-4.2.2.ebuild b/gnome-extra/libgda/libgda-4.2.2.ebuild index 2db515b6a46c..46fc26b03e2e 100644 --- a/gnome-extra/libgda/libgda-4.2.2.ebuild +++ b/gnome-extra/libgda/libgda-4.2.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-extra/libgda/libgda-4.2.2.ebuild,v 1.1 2010/12/04 11:15:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.2.2.ebuild,v 1.2 2010/12/05 18:03:22 eva Exp $ EAPI="3" @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # FIXME: autoconf is a hell of inconsistencies RDEPEND=" app-text/iso-codes - >=dev-libs/glib-2.16 + >=dev-libs/glib-2.16:2 >=dev-libs/libxml2-2 dev-libs/libxslt dev-libs/libunique @@ -28,7 +28,7 @@ RDEPEND=" berkdb? ( sys-libs/db ) !bindist? ( firebird? ( dev-db/firebird ) ) gtk? ( - >=x11-libs/gtk+-2.12 + >=x11-libs/gtk+-2.12:2 canvas? ( x11-libs/goocanvas ) sourceview? ( x11-libs/gtksourceview:2.0 ) graphviz? ( media-gfx/graphviz ) @@ -117,5 +117,5 @@ src_prepare() { } src_test() { - emake check HOME=$(unset HOME; echo "~") || die "tests failed" + emake check XDG_DATA_HOME="${T}/.local" || die "tests failed" } |