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 B56B61382C5 for ; Thu, 25 Jan 2018 16:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC9E4E0A00; Thu, 25 Jan 2018 16:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9BC6FE0A00 for ; Thu, 25 Jan 2018 16:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AFFB0335C4C for ; Thu, 25 Jan 2018 16:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DBC71CC for ; Thu, 25 Jan 2018 16:43:57 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1516898586.f8f85e088286dbf1fbcfe62400d56c4402b58555.asturm@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-r1.ebuild sci-electronics/klayout/klayout-9999.ebuild X-VCS-Directories: sci-electronics/klayout/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f8f85e088286dbf1fbcfe62400d56c4402b58555 X-VCS-Branch: master Date: Thu, 25 Jan 2018 16:43:57 +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: 65d2ab77-5707-4132-ab65-81e19412cc2c X-Archives-Hash: a8986a82e0f86cec8546a5f33ec45259 commit: f8f85e088286dbf1fbcfe62400d56c4402b58555 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 25 14:25:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 25 16:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f85e08 sci-electronics/klayout: Drop unused eutils,multilib eclasses Package-Manager: Portage-2.3.20, Repoman-2.3.6 sci-electronics/klayout/klayout-0.25-r1.ebuild | 2 +- sci-electronics/klayout/klayout-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/klayout/klayout-0.25-r1.ebuild b/sci-electronics/klayout/klayout-0.25-r1.ebuild index 5d833f38cba..51dc1cbe538 100644 --- a/sci-electronics/klayout/klayout-0.25-r1.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r1.ebuild @@ -9,7 +9,7 @@ USE_RUBY="ruby23" PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit eutils multilib toolchain-funcs python-single-r1 ruby-ng +inherit toolchain-funcs python-single-r1 ruby-ng if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git" diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 405eec9ad3c..7c8f9f18784 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -9,7 +9,7 @@ USE_RUBY="ruby22" PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit eutils multilib toolchain-funcs python-single-r1 ruby-ng +inherit toolchain-funcs python-single-r1 ruby-ng if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git"