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 A5D0B1382C5 for ; Mon, 19 Mar 2018 00:54:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BEAE089A; Mon, 19 Mar 2018 00:54:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7119AE089A for ; Mon, 19 Mar 2018 00:54:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E249C335D2C for ; Mon, 19 Mar 2018 00:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA88259 for ; Mon, 19 Mar 2018 00:54:50 +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: <1521420873.78a2b1f9b4577fd9f34d6dc0774c8202f7444c62.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/klayout/klayout-0.25-r2.ebuild X-VCS-Directories: sci-electronics/klayout/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 78a2b1f9b4577fd9f34d6dc0774c8202f7444c62 X-VCS-Branch: master Date: Mon, 19 Mar 2018 00:54:50 +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: 95637bc7-2f07-4dd8-b8bb-2f94901fb462 X-Archives-Hash: 4f6b267aea86a0cb380a3c07fa1828b3 commit: 78a2b1f9b4577fd9f34d6dc0774c8202f7444c62 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 18 14:57:58 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Mar 19 00:54:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a2b1f9 sci-electronics/klayout: Stable for amd64 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-electronics/klayout/klayout-0.25-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild b/sci-electronics/klayout/klayout-0.25-r2.ebuild index 7a4e27c201e..5c49aa2da65 100644 --- a/sci-electronics/klayout/klayout-0.25-r2.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"