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 90D351388C0 for ; Thu, 25 Feb 2016 05:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2B021C016; Thu, 25 Feb 2016 05:00:09 +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 8C67B21C017 for ; Thu, 25 Feb 2016 05:00:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71112340C38 for ; Thu, 25 Feb 2016 05:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB9F115FB for ; Thu, 25 Feb 2016 05:00:05 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1456375978.865b6e8fbfd1b0b1a4e43a35f6ff5f1f2ae42d5d.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 865b6e8fbfd1b0b1a4e43a35f6ff5f1f2ae42d5d X-VCS-Branch: master Date: Thu, 25 Feb 2016 05:00: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: d4fdf9d2-aa58-4ca0-84aa-dca5eefb3fc3 X-Archives-Hash: 50e7e412c035b85183ac55a019754907 commit: 865b6e8fbfd1b0b1a4e43a35f6ff5f1f2ae42d5d Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Feb 25 04:52:58 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Feb 25 04:52:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865b6e8f dev-libs/liborcus: Restore keywords Package-Manager: portage-2.2.27 dev-libs/liborcus/liborcus-0.9.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild b/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild index 8a6c9f2..2dcf738 100644 --- a/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild +++ b/dev-libs/liborcus/liborcus-0.9.2-r1.ebuild @@ -17,9 +17,8 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" LICENSE="MIT" SLOT="0/0.10" # based on SONAME of liborcus.so -#[[ ${PV} == 9999 ]] || \ -#KEYWORDS="~amd64 ~arm ~ppc ~x86" -KEYWORDS="" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+spreadsheet-model static-libs tools"