Diff lrcalc-1.2 with a lrcalc-2.1
/usr/portage/sci-mathematics/lrcalc/lrcalc-2.1.ebuild 2023-10-09 14:52:35.116368492 +0300 | ||
---|---|---|
7 | 7 |
HOMEPAGE="https://sites.math.rutgers.edu/~asbuch/lrcalc/" |
8 | 8 |
SRC_URI="https://sites.math.rutgers.edu/~asbuch/lrcalc/${P}.tar.gz" |
9 | 9 | |
10 |
LICENSE="GPL-2+" |
|
11 |
SLOT="0/1" |
|
10 |
LICENSE="GPL-3+" |
|
11 |
SLOT="0/2" |
|
12 | 12 |
KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" |
13 | 13 |
IUSE="static-libs test" |
14 | 14 |
RESTRICT="!test? ( test )" |
15 | 15 | |
16 |
PATCHES=( "${FILESDIR}/${PN}-1.2-includes.patch" ) |
|
17 | ||
18 | 16 |
src_configure() { |
19 | 17 |
econf $(use_enable static-libs static) |
20 | 18 |
} |