Diff highway-1.3.0 with a highway-9999
| /usr/portage/dev-cpp/highway/highway-9999.ebuild 2026-05-09 19:17:04.447670489 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2021-2025 Gentoo Authors |
|
| 1 |
# Copyright 2021-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 |
inherit git-r3 |
| 13 | 13 |
EGIT_REPO_URI="https://github.com/google/highway.git" |
| 14 | 14 |
else |
| 15 |
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" |
|
| 15 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/janwassenberg.asc |
|
| 16 |
inherit verify-sig |
|
| 17 | ||
| 18 |
# XXX: Drop rename after 1.4.0 |
|
| 19 |
SRC_URI=" |
|
| 20 |
https://github.com/google/highway/releases/download/${PV}/${P}.tar.gz -> ${P}.tgz
|
|
| 21 |
verify-sig? ( https://github.com/google/highway/releases/download/${PV}/${P}.tar.gz.asc -> ${P}.tgz.asc )
|
|
| 22 |
" |
|
| 23 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 24 | ||
| 25 |
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-janwassenberg )" |
|
| 17 | 26 |
fi |
| 18 | 27 | |
| 19 |
LICENSE="Apache-2.0" |
|
| 28 |
LICENSE="|| ( Apache-2.0 BSD ) CC0-1.0" |
|
| 20 | 29 |
SLOT="0" |
| 21 | 30 |
IUSE="cpu_flags_arm_neon test" |
| 22 | 31 | |
| 23 | 32 |
DEPEND="test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
|
| 24 |
BDEPEND="|| ( >=sys-devel/binutils-2.44:* llvm-core/lld sys-devel/native-cctools )" |
|
| 33 |
BDEPEND+=" || ( >=sys-devel/binutils-2.44:* llvm-core/lld sys-devel/native-cctools )" |
|
| 25 | 34 | |
| 26 | 35 |
RESTRICT="!test? ( test )" |
| 27 | 36 | |