Diff primesieve-11.0 with a primesieve-12.3
/usr/portage/sci-mathematics/primesieve/primesieve-12.3.ebuild 2025-02-03 17:39:35.922677966 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
9 | 9 |
HOMEPAGE="https://github.com/kimwalisch/primesieve" |
10 | 10 |
SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
11 | 11 |
LICENSE="BSD-2" |
12 |
SLOT="0/11" # subslot is first component of libprimesieve.so version |
|
13 |
KEYWORDS="amd64" |
|
12 |
SLOT="0/12" # subslot is first component of libprimesieve.so version |
|
13 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
14 | 14 |
IUSE="doc +executable test" |
15 | 15 |
RESTRICT="!test? ( test )" |
16 | 16 | |
17 |
BDEPEND="doc? ( app-text/doxygen app-text/texlive media-gfx/graphviz )" |
|
18 |
DEPEND="" |
|
19 |
RDEPEND="" |
|
17 |
# dev-texlive/texlive-latexextra needed for varwidth.sty, bug 936808 |
|
18 |
BDEPEND="doc? ( |
|
19 |
app-text/doxygen |
|
20 |
app-text/texlive |
|
21 |
dev-texlive/texlive-latexextra |
|
22 |
media-gfx/graphviz |
|
23 |
)" |
|
20 | 24 | |
21 | 25 |
DOCS=( |
22 | 26 |
ChangeLog |