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 C7D4D13823B for ; Sat, 7 May 2016 11:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23C9BE083A; Sat, 7 May 2016 11:52:16 +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 98A07E0855 for ; Sat, 7 May 2016 11:52:15 +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 6AE493406AD for ; Sat, 7 May 2016 11:52:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27A27188 for ; Sat, 7 May 2016 11:52:10 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1462621907.0dd3e24e18dc59ca6348777edcfc6854b4cb8346.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/liborcus-0.9.2-r1.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0dd3e24e18dc59ca6348777edcfc6854b4cb8346 X-VCS-Branch: master Date: Sat, 7 May 2016 11:52:10 +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: 0e50a5dc-9e75-43ce-b00a-9182ae072b18 X-Archives-Hash: ce23c7ddce1c086693b07010af531b32 commit: 0dd3e24e18dc59ca6348777edcfc6854b4cb8346 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 7 11:48:15 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 7 11:51:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd3e24e dev-libs/liborcus: amd64 stable, bug #580672 Package-Manager: portage-2.2.28 dev-libs/liborcus/liborcus-0.9.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild b/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild index 2dcf738..a5a27bb 100644 --- a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild +++ b/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0/0.10" # based on SONAME of liborcus.so [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="+spreadsheet-model static-libs tools"