From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2B23138331 for ; Sat, 17 Sep 2016 14:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02683E08C7; Sat, 17 Sep 2016 14:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D19EE08C7 for ; Sat, 17 Sep 2016 14:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84E33340BCD for ; Sat, 17 Sep 2016 14:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A812489 for ; Sat, 17 Sep 2016 14:03:31 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1474120956.f3591beb689de375a913bd6e86ec19c605861c0f.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgdata/libgdata-0.17.4-r1.ebuild dev-libs/libgdata/libgdata-0.17.5.ebuild X-VCS-Directories: dev-libs/libgdata/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f3591beb689de375a913bd6e86ec19c605861c0f X-VCS-Branch: master Date: Sat, 17 Sep 2016 14:03:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac02db12-6cec-432e-ae2a-56d4b9eb15da X-Archives-Hash: e02b8f06a77fa49336bb7fdea86141aa commit: f3591beb689de375a913bd6e86ec19c605861c0f Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Sep 17 13:54:44 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Sep 17 14:02:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3591beb dev-libs/libgdata: fix a typo in REQUIRED_USE, bug #593944 Package-Manager: portage-2.3.0 dev-libs/libgdata/libgdata-0.17.4-r1.ebuild | 4 ++-- 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 f6c0c76..ce59357 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 a4e3b05..8b19917 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 ) "