From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16B771384B4 for ; Sun, 1 Nov 2015 14:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B2A21C01B; Sun, 1 Nov 2015 14:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1305021C01B for ; Sun, 1 Nov 2015 14:48:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21F90340AF9 for ; Sun, 1 Nov 2015 14:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54E131D5B for ; Sun, 1 Nov 2015 14:48:53 +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: <1446389322.10a682035bcf5a6c3e8723e3f8e71fc3452cee59.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libebml/libebml-1.3.3.ebuild X-VCS-Directories: dev-libs/libebml/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 10a682035bcf5a6c3e8723e3f8e71fc3452cee59 X-VCS-Branch: master Date: Sun, 1 Nov 2015 14:48:53 +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: 2019a082-5df9-42fd-ac1a-3f9e4396ebc4 X-Archives-Hash: 4e51818a21a46613308c56d94386a42a commit: 10a682035bcf5a6c3e8723e3f8e71fc3452cee59 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Nov 1 14:48:42 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Nov 1 14:48:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a68203 dev-libs/libebml: add alpha keyword Gentoo-Bug: 564424 Package-Manager: portage-2.2.23 dev-libs/libebml/libebml-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libebml/libebml-1.3.3.ebuild b/dev-libs/libebml/libebml-1.3.3.ebuild index 8bc30e2..bf90ec4 100644 --- a/dev-libs/libebml/libebml-1.3.3.ebuild +++ b/dev-libs/libebml/libebml-1.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug static-libs" src_prepare() {