diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-common/clang-common-14.0.3.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/clang-common/clang-common-15.0.0.9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/clang-common/clang-common-14.0.3.ebuild b/sys-devel/clang-common/clang-common-14.0.3.ebuild index 5f09f0a442dc..798f9e9fb858 100644 --- a/sys-devel/clang-common/clang-common-14.0.3.ebuild +++ b/sys-devel/clang-common/clang-common-14.0.3.ebuild @@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org DESCRIPTION="Common files shared between multiple slots of clang" HOMEPAGE="https://llvm.org/" -S=${WORKDIR}/clang/utils LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -17,7 +16,7 @@ PDEPEND=" sys-devel/clang:* " -LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh ) +LLVM_COMPONENTS=( clang/utils ) llvm.org_set_globals src_install() { diff --git a/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild index 46b53588191e..1285500128bb 100644 --- a/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-15.0.0.9999.ebuild @@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org DESCRIPTION="Common files shared between multiple slots of clang" HOMEPAGE="https://llvm.org/" -S=${WORKDIR}/clang/utils LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -17,7 +16,7 @@ PDEPEND=" sys-devel/clang:* " -LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh ) +LLVM_COMPONENTS=( clang/utils ) llvm.org_set_globals src_install() { |