Skip to content

Commit

Permalink
llvm: update category
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Dec 12, 2024
1 parent a32f25c commit 00cc94d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ DEPEND="

BDEPEND="
sys-devel/bc
sys-devel/clang
sys-devel/llvm
llvm-core/clang
llvm-core/llvm
"

RESTRICT="strip test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ DEPEND="

BDEPEND="
sys-devel/bc
sys-devel/clang
sys-devel/llvm
llvm-core/clang
llvm-core/llvm
"

RESTRICT="strip test"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pyinstaller/pyinstaller-3.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pefile-2018.08.08[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
leak-detector? ( dev-libs/boehm-gc )
clang? ( sys-devel/clang )
clang? ( llvm-core/clang )
!clang? ( sys-devel/gcc )"

src_install() {
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pyinstaller/pyinstaller-6.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
leak-detector? ( dev-libs/boehm-gc )
clang? ( sys-devel/clang )
clang? ( llvm-core/clang )
!clang? ( sys-devel/gcc )"

src_install() {
Expand Down
2 changes: 1 addition & 1 deletion pentoo/pentoo-mobile/pentoo-mobile-2024.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ PDEPEND="dev-util/frida-tools
app-pda/ideviceinstaller
app-pda/ifuse
app-pda/usbmuxd
pentoo-full? ( sys-devel/clang )
pentoo-full? ( llvm-core/clang )
)"
2 changes: 1 addition & 1 deletion sys-devel/autofdo/autofdo-0.18.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=sys-devel/llvm-5.0.1:*
DEPEND=">=llvm-core/llvm-5.0.1:*
sys-devel/gcc:*"

RDEPEND="${DEPEND}"
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/autofdo/autofdo-0.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
SLOT="0"
#KEYWORDS="~amd64 ~x86"

DEPEND=">=sys-devel/llvm-5.0.1:*
DEPEND=">=llvm-core/llvm-5.0.1:*
sys-devel/gcc:*"

RDEPEND="${DEPEND}"
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/autofdo/autofdo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EGIT_BRANCH="fixissue55try3"
LICENSE="Apache-2.0"
SLOT="0"

DEPEND=">=sys-devel/llvm-5.0.1:*
DEPEND=">=llvm-core/llvm-5.0.1:*
sys-devel/gcc:*"

RDEPEND="${DEPEND}"
Expand Down

0 comments on commit 00cc94d

Please sign in to comment.