Сравнение ms-gsl-4.0.0 с ms-gsl-4.1.0
/usr/portage/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild 2025-02-03 17:39:32.822666899 +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 |
... | ... | |
8 | 8 |
DESCRIPTION="Guideline Support Library implementation by Microsoft" |
9 | 9 |
HOMEPAGE="https://github.com/Microsoft/GSL" |
10 | 10 |
SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 | ||
12 | 11 |
S="${WORKDIR}/GSL-${PV}" |
13 | 12 | |
14 | 13 |
LICENSE="MIT" |
... | ... | |
18 | 17 |
RESTRICT="!test? ( test )" |
19 | 18 | |
20 | 19 |
# header only library |
21 |
RDEPEND="" |
|
22 |
DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )" |
|
20 |
DEPEND="test? ( dev-cpp/gtest )" |
|
23 | 21 | |
24 | 22 |
PATCHES=( |
25 | 23 |
"${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch" |