diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-03 13:43:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-03 14:36:32 +0200 |
commit | 9954a0b291c1a5dd1ccb410172e94d38ab05f356 (patch) | |
tree | ddb57f009ee7cc905fccd3eb731679b1d15d85e3 /sys-devel/clang-common/clang-common-16.0.0.9999.ebuild | |
parent | sys-devel/clang: Backport config support to 15.0.2.9999 (diff) | |
download | gentoo-9954a0b291c1a5dd1ccb410172e94d38ab05f356.tar.gz gentoo-9954a0b291c1a5dd1ccb410172e94d38ab05f356.tar.bz2 gentoo-9954a0b291c1a5dd1ccb410172e94d38ab05f356.zip |
sys-devel/clang-common: Remove obsolete multilib inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-common/clang-common-16.0.0.9999.ebuild')
-rw-r--r-- | sys-devel/clang-common/clang-common-16.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild index 67012cf2b988..db83638be497 100644 --- a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit bash-completion-r1 llvm.org multilib +inherit bash-completion-r1 llvm.org DESCRIPTION="Common files shared between multiple slots of clang" HOMEPAGE="https://llvm.org/" |