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 B0A3A1395E4 for ; Sun, 27 Nov 2016 18:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66C9E0B2B; Sun, 27 Nov 2016 18:31:19 +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 CAC7FE0B2B for ; Sun, 27 Nov 2016 18:31:19 +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 7BF9C341229 for ; Sun, 27 Nov 2016 18:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E988891A for ; Sun, 27 Nov 2016 18:31:16 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480271458.3b29f37f48f5df6c04aabba334bcf9d1797758b3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liboauth/liboauth-1.0.3.ebuild X-VCS-Directories: net-libs/liboauth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3b29f37f48f5df6c04aabba334bcf9d1797758b3 X-VCS-Branch: master Date: Sun, 27 Nov 2016 18:31:16 +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: 8bcd5712-f8de-4881-8cef-c690322bc1e8 X-Archives-Hash: 8f282e10d43e49c4d12605229c448c31 commit: 3b29f37f48f5df6c04aabba334bcf9d1797758b3 Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 27 18:30:58 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 27 18:30:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b29f37f net-libs/liboauth: amd64/x86 stable, bug #600858 Package-Manager: portage-2.3.2 net-libs/liboauth/liboauth-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/liboauth/liboauth-1.0.3.ebuild b/net-libs/liboauth/liboauth-1.0.3.ebuild index 325556f..a4d8d97 100644 --- a/net-libs/liboauth/liboauth-1.0.3.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos" IUSE="curl doc bindist +nss" PATCHES=( "${FILESDIR}"/${PN}-1.0.1-doxygen-out-of-tree.patch )