commit:     b4f09bed8ef8bec3542eef627a61c2ee98913b57
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 18:53:05 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 18:53:05 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4f09bed

dev-libs/libgdata: sync live ebuild with gentoo-x86

---
 dev-libs/libgdata/libgdata-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libgdata/libgdata-9999.ebuild 
b/dev-libs/libgdata/libgdata-9999.ebuild
index 886cbee..febb79c 100644
--- a/dev-libs/libgdata/libgdata-9999.ebuild
+++ b/dev-libs/libgdata/libgdata-9999.ebuild
@@ -17,12 +17,12 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgdata";
 
 LICENSE="LGPL-2.1+"
 SLOT="0/19" # subslot = libgdata soname version
-IUSE="gnome +introspection static-libs vala"
+IUSE="gnome +introspection static-libs test vala"
 if [[ ${PV} = 9999 ]]; then
        IUSE="${IUSE} doc"
        KEYWORDS=""
 else
-       KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 REQUIRED_IUSE="vala? ( introspection )"
 
@@ -34,7 +34,6 @@ RDEPEND="
        >=dev-libs/libxml2-2:2
        >=net-libs/liboauth-0.9.4
        >=net-libs/libsoup-2.42.0:2.4[introspection?]
-       net-libs/uhttpmock
        >=x11-libs/gdk-pixbuf-2.14:2
        gnome? (
                app-crypt/gcr:=
@@ -46,6 +45,7 @@ DEPEND="${RDEPEND}
        >=dev-util/intltool-0.40
        >=gnome-base/gnome-common-3.6
        virtual/pkgconfig
+       test? ( net-libs/uhttpmock )
        vala? ( $(vala_depend) )
 "
 
@@ -70,7 +70,8 @@ src_configure() {
                $(use_enable gnome goa) \
                $(use_enable introspection) \
                $(use_enable vala) \
-               $(use_enable static-libs static)
+               $(use_enable static-libs static) \
+               $(use_enable test tests)
 }
 
 src_test() {

Reply via email to