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 727FB138334 for ; Sun, 24 Mar 2019 19:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 561BDE0AE0; Sun, 24 Mar 2019 19:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C91EE0AC8 for ; Sun, 24 Mar 2019 19:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3499F335D5A for ; Sun, 24 Mar 2019 19:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E28E58D for ; Sun, 24 Mar 2019 19:44:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1553456435.c23b5eafd813b7982bae318e0447c4706e23d11c.slyfox@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-r1.ebuild X-VCS-Directories: net-libs/liboauth/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c23b5eafd813b7982bae318e0447c4706e23d11c X-VCS-Branch: master Date: Sun, 24 Mar 2019 19:44:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8c0a48b-6931-4527-88cb-3fa28b57db4f X-Archives-Hash: e442f712a111e1e884d25083bab9aa15 commit: c23b5eafd813b7982bae318e0447c4706e23d11c Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 24 19:40:35 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 24 19:40:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23b5eaf net-libs/liboauth: stable 1.0.3-r1 for ia64, bug #681610 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild index 66859ea3912..9dd277fdf18 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" IUSE="bindist curl doc libressl +nss" REQUIRED_USE="bindist? ( nss )"