diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 23:56:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:56 +0100 |
commit | 131aed914ca782b186733df323d1e27709807514 (patch) | |
tree | e0e579691f4a709a657e48f9ea43520313b9d3dd /sys-libs | |
parent | sys-libs/libstatgrab: autotools-- (diff) | |
download | gentoo-131aed914ca782b186733df323d1e27709807514.tar.gz gentoo-131aed914ca782b186733df323d1e27709807514.tar.bz2 gentoo-131aed914ca782b186733df323d1e27709807514.zip |
sys-libs/csu: toolchain-funcs--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/csu/csu-85-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild index f5c3553c3da2..24e82d76af36 100644 --- a/sys-libs/csu/csu-85-r1.ebuild +++ b/sys-libs/csu/csu-85-r1.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit toolchain-funcs - DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.10 version" HOMEPAGE="http://www.opensource.apple.com/" SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz" @@ -13,7 +11,6 @@ LICENSE="APSL-2" SLOT="0" KEYWORDS="~ppc-macos ~x64-macos" -IUSE="" S=${WORKDIR}/Csu-${PV} # for now it seems FSF GCC can't compile this thing, so we need |