diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-01 10:47:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-01 10:53:58 +0200 |
commit | 829151d78e8793166388d2a8f4e949759276eda2 (patch) | |
tree | 7a484f2f553a6bd1c01489d229f66f46144de9da /sys-devel/llvmgold | |
parent | dev-python/lit: Remove 7* (diff) | |
download | gentoo-829151d78e8793166388d2a8f4e949759276eda2.tar.gz gentoo-829151d78e8793166388d2a8f4e949759276eda2.tar.bz2 gentoo-829151d78e8793166388d2a8f4e949759276eda2.zip |
sys-devel/llvmgold: Remove 7*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvmgold')
-rw-r--r-- | sys-devel/llvmgold/llvmgold-7.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-devel/llvmgold/llvmgold-7.ebuild b/sys-devel/llvmgold/llvmgold-7.ebuild deleted file mode 100644 index 1bc0a0fee026..000000000000 --- a/sys-devel/llvmgold/llvmgold-7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LLVMgold plugin symlink for autoloading" -HOMEPAGE="https://llvm.org/" -SRC_URI="" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux" -IUSE="" - -RDEPEND="sys-devel/llvm:${PV}[gold] - !sys-devel/llvm:0" - -S=${WORKDIR} - -src_install() { - dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins" - dosym "../../../../lib/llvm/${PV}/$(get_libdir)/LLVMgold.so" \ - "/usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so" -} |