diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-20 23:08:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-23 20:30:45 +0200 |
commit | a9b1a20c46546253aa768aaedb911e16dc05a3a1 (patch) | |
tree | bacf17eadf45c927dbef94fb17cf6aaee0409d8c /sys-devel/clang-common/clang-common-11.0.0.9999.ebuild | |
parent | sys-devel/lld: Dedupe with new eclass code (diff) | |
download | gentoo-a9b1a20c46546253aa768aaedb911e16dc05a3a1.tar.gz gentoo-a9b1a20c46546253aa768aaedb911e16dc05a3a1.tar.bz2 gentoo-a9b1a20c46546253aa768aaedb911e16dc05a3a1.zip |
sys-devel/clang-common: Dedupe with new eclass code
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-common/clang-common-11.0.0.9999.ebuild')
-rw-r--r-- | sys-devel/clang-common/clang-common-11.0.0.9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild index ca046d28ce0b..18e41e0917da 100644 --- a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild @@ -18,11 +18,6 @@ IUSE="" PDEPEND="sys-devel/clang:*" -src_prepare() { - cd "${WORKDIR}" || die - default -} - src_install() { newbashcomp bash-autocomplete.sh clang } |