From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1340611-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87FCC158086 for <garchives@archives.gentoo.org>; Thu, 18 Nov 2021 05:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54558E089C; Thu, 18 Nov 2021 05:30:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E9F8E089C for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 05:30:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 306A7342C1B for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 05:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32BB4161 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Nov 2021 05:30:27 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1637213420.e8b2ab488f341293973dfc98d8d0c6c46d283d57.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc-config/gcc-config-2.4.ebuild sys-devel/gcc-config/gcc-config-2.5.ebuild sys-devel/gcc-config/gcc-config-9999.ebuild X-VCS-Directories: sys-devel/gcc-config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8b2ab488f341293973dfc98d8d0c6c46d283d57 X-VCS-Branch: master Date: Thu, 18 Nov 2021 05:30:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f36d767-c05d-41a0-a71f-30971d706fbe X-Archives-Hash: 66303cd1a4ff6440114272f7afd62ad3 commit: e8b2ab488f341293973dfc98d8d0c6c46d283d57 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 18 05:30:04 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 18 05:30:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b2ab48 sys-devel/gcc-config: drop unused inherit Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc-config/gcc-config-2.4.ebuild | 3 +-- sys-devel/gcc-config/gcc-config-2.5.ebuild | 3 +-- sys-devel/gcc-config/gcc-config-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild b/sys-devel/gcc-config/gcc-config-2.4.ebuild index 7eccdffac24f..1d9d5647b2f3 100644 --- a/sys-devel/gcc-config/gcc-config-2.4.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit toolchain-funcs - if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git" inherit git-r3 @@ -15,6 +13,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" + LICENSE="GPL-2" SLOT="0" IUSE="+cc-wrappers +native-symlinks" diff --git a/sys-devel/gcc-config/gcc-config-2.5.ebuild b/sys-devel/gcc-config/gcc-config-2.5.ebuild index 185d897f7fc7..692103f6a084 100644 --- a/sys-devel/gcc-config/gcc-config-2.5.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.5.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit toolchain-funcs - if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git" inherit git-r3 @@ -15,6 +13,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" + LICENSE="GPL-2" SLOT="0" IUSE="+cc-wrappers +native-symlinks" diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild index a2b5cb735263..7e58334302bb 100644 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild +++ b/sys-devel/gcc-config/gcc-config-9999.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit toolchain-funcs - if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git" inherit git-r3 @@ -15,6 +13,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" + LICENSE="GPL-2" SLOT="0" IUSE="+cc-wrappers +native-symlinks"