Diff meck-0.8.12 with a meck-0.8.13
/usr/portage/dev-erlang/meck/meck-0.8.13.ebuild 2023-10-09 14:52:29.356368347 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2019 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=6 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="Apache-2.0" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" |
|
15 |
IUSE="test" |
|
14 |
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" |
|
16 | 15 | |
17 |
CDEPEND=">=dev-lang/erlang-17.1" |
|
18 |
DEPEND="${CDEPEND} |
|
19 |
test? ( >=dev-erlang/hamcrest-0.1.0_p20150103 )" |
|
20 |
RDEPEND="${CDEPEND}" |
|
16 |
DEPEND=">=dev-lang/erlang-17.1" |
|
17 |
RDEPEND="${DEPEND}" |
|
21 | 18 | |
22 | 19 |
DOCS=( CHANGELOG.md NOTICE README.md ) |
23 | 20 |