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 765CA1395E3 for ; Tue, 6 Dec 2016 09:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A178A21C213; Tue, 6 Dec 2016 09:04:08 +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 7FD3721C213 for ; Tue, 6 Dec 2016 09:04:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9727B3414AD for ; Tue, 6 Dec 2016 09:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56EB24B8 for ; Tue, 6 Dec 2016 09:04:05 +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: <1481015033.4e3e308b6aa6a8e94a2d10847a46e2bd5788ea18.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild X-VCS-Directories: dev-python/beautifulsoup/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4e3e308b6aa6a8e94a2d10847a46e2bd5788ea18 X-VCS-Branch: master Date: Tue, 6 Dec 2016 09:04:05 +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: 80d24cfc-7ab9-49a6-bd7a-2d6ff52ed23e X-Archives-Hash: 1cf310933a8f9fb7f316098daa4cb247 commit: 4e3e308b6aa6a8e94a2d10847a46e2bd5788ea18 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Dec 6 09:03:33 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Dec 6 09:03:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3e308b dev-python/beautifulsoup-4.5.1-r0: stable on alpha Gentoo-Bug: 589576 dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild index 87b4ad3..d0b1416 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test"