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 6989F1395E2 for ; Wed, 23 Nov 2016 13:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ECF5E0B62; Wed, 23 Nov 2016 13:12: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 03158E0B62 for ; Wed, 23 Nov 2016 13:12:18 +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 9D8493411B5 for ; Wed, 23 Nov 2016 13:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C53A649D for ; Wed, 23 Nov 2016 13:12:14 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1479906711.00e1c652f3a1890cd94c79c497ed2d4635bc1be6.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnp/libupnp-1.6.20.ebuild X-VCS-Directories: net-libs/libupnp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 00e1c652f3a1890cd94c79c497ed2d4635bc1be6 X-VCS-Branch: master Date: Wed, 23 Nov 2016 13:12:14 +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: 91953018-b92d-4f01-9aba-cf1aed47e194 X-Archives-Hash: 8387c9cfc516736a74dd27c49c6bec67 commit: 00e1c652f3a1890cd94c79c497ed2d4635bc1be6 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Nov 23 13:11:51 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Nov 23 13:11:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e1c652 net-libs/libupnp-1.6.20-r0: stable on alpha Gentoo-Bug: 589136 net-libs/libupnp/libupnp-1.6.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libupnp/libupnp-1.6.20.ebuild b/net-libs/libupnp/libupnp-1.6.20.ebuild index 83c50e8..8444081 100644 --- a/net-libs/libupnp/libupnp-1.6.20.ebuild +++ b/net-libs/libupnp/libupnp-1.6.20.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="debug doc ipv6 static-libs" DOCS="NEWS README ChangeLog"