Diff fast_yaml-1.0.32 with a fast_yaml-1.0.33
/usr/portage/dev-erlang/fast_yaml/fast_yaml-1.0.33.ebuild 2023-10-09 14:52:29.356368347 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Fast Yaml native library for Erlang and Elixir" |
9 | 9 |
HOMEPAGE="https://github.com/processone/fast_yaml" |
10 |
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz |
|
11 |
-> ${P}.tar.gz" |
|
10 |
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
|
12 | 11 | |
13 | 12 |
LICENSE="Apache-2.0" |
14 | 13 |
SLOT="0" |
15 | 14 |
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" |
16 | 15 | |
17 |
DEPEND=">=dev-erlang/p1_utils-1.0.23 |
|
18 |
dev-libs/libyaml" |
|
16 |
DEPEND=" |
|
17 |
>=dev-erlang/p1_utils-1.0.25 |
|
18 |
dev-libs/libyaml |
|
19 |
" |
|
19 | 20 |
RDEPEND="${DEPEND}" |
20 | 21 | |
21 | 22 |
DOCS=( CHANGELOG.md README.md ) |