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 3ACDE138331 for ; Sun, 11 Feb 2018 00:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F67AE0A8F; Sun, 11 Feb 2018 00:51:29 +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 29546E0A8F for ; Sun, 11 Feb 2018 00:51:28 +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 5E3B0335C60 for ; Sun, 11 Feb 2018 00:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 346751D7 for ; Sun, 11 Feb 2018 00:51:24 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1518310270.cb1c5aa17a6b742d3ab567180ff59524787f5cb8.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/uriparser/uriparser-0.8.4-r1.ebuild X-VCS-Directories: dev-libs/uriparser/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cb1c5aa17a6b742d3ab567180ff59524787f5cb8 X-VCS-Branch: master Date: Sun, 11 Feb 2018 00:51:24 +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: 73c37d88-14e9-4336-b114-c47eacacb446 X-Archives-Hash: abe94d738ee7cfcb332bfc347ec7b06c commit: cb1c5aa17a6b742d3ab567180ff59524787f5cb8 Author: Michael Palimaka gentoo org> AuthorDate: Sun Feb 11 00:49:31 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Feb 11 00:51:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1c5aa1 dev-libs/uriparser: stabilise 0.8.4-r1 for amd64 Bug: https://bugs.gentoo.org/645430 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/uriparser/uriparser-0.8.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/uriparser/uriparser-0.8.4-r1.ebuild b/dev-libs/uriparser/uriparser-0.8.4-r1.ebuild index a5162641abc..9468ac2013f 100644 --- a/dev-libs/uriparser/uriparser-0.8.4-r1.ebuild +++ b/dev-libs/uriparser/uriparser-0.8.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc qt5 test unicode" RDEPEND=""