commit: b1c6018c3eed20a461fa02fa6302a36785c093ea Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sat Apr 3 16:45:27 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 21:58:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c6018c
app-misc/color: Remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/color/color-1.2-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/color/color-1.2-r2.ebuild b/app-misc/color/color-1.2-r2.ebuild index 1f428eea383..04850977dee 100644 --- a/app-misc/color/color-1.2-r2.ebuild +++ b/app-misc/color/color-1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Easily add ANSI colouring to shell scripts" HOMEPAGE="http://www.runslinux.net/?page_id=10" @@ -12,7 +12,6 @@ SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" -IUSE="" src_prepare() { eapply "${FILESDIR}"/${PV}-ldflags.patch
