diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 15:54:44 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 16:02:36 +0200 |
commit | f3591beb689de375a913bd6e86ec19c605861c0f (patch) | |
tree | cd08d4f968fd7b9b193796b915d562e14eeb3ab6 /dev-libs/libgdata | |
parent | dev-libs/gom: cleanup old revisions (diff) | |
download | gentoo-f3591beb689de375a913bd6e86ec19c605861c0f.tar.gz gentoo-f3591beb689de375a913bd6e86ec19c605861c0f.tar.bz2 gentoo-f3591beb689de375a913bd6e86ec19c605861c0f.zip |
dev-libs/libgdata: fix a typo in REQUIRED_USE, bug #593944
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/libgdata')
-rw-r--r-- | dev-libs/libgdata/libgdata-0.17.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libgdata/libgdata-0.17.5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libgdata/libgdata-0.17.4-r1.ebuild b/dev-libs/libgdata/libgdata-0.17.4-r1.ebuild index f6c0c76eab70..ce5935761c31 100644 --- a/dev-libs/libgdata/libgdata-0.17.4-r1.ebuild +++ b/dev-libs/libgdata/libgdata-0.17.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgdata" LICENSE="LGPL-2.1+" SLOT="0/22" # subslot = libgdata soname version IUSE="+crypt gnome-online-accounts +introspection static-libs test vala" -REQUIRED_IUSE=" +REQUIRED_USE=" gnome-online-accounts? ( crypt ) vala? ( introspection ) " diff --git a/dev-libs/libgdata/libgdata-0.17.5.ebuild b/dev-libs/libgdata/libgdata-0.17.5.ebuild index a4e3b05c8546..8b19917384ca 100644 --- a/dev-libs/libgdata/libgdata-0.17.5.ebuild +++ b/dev-libs/libgdata/libgdata-0.17.5.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+" SLOT="0/22" # subslot = libgdata soname version IUSE="+crypt gnome-online-accounts +introspection static-libs test vala" -REQUIRED_IUSE=" +REQUIRED_USE=" gnome-online-accounts? ( crypt ) vala? ( introspection ) " |