Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
Date: Thu, 14 Oct 2021 10:01:02
Message-Id: 1634205655.3bf6530fd908ddc6db69373efafc2570c9fb55b9.mgorny@gentoo
1 commit: 3bf6530fd908ddc6db69373efafc2570c9fb55b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 09:59:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 10:00:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf6530f
7
8 dev-ml/dose3: pyyaml is using libyaml unconditionally now
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/dose3/{dose3-5.0.1_p16-r3.ebuild => dose3-5.0.1_p16-r4.ebuild} | 2 +-
13 dev-ml/dose3/{dose3-6.0.1_p2.ebuild => dose3-6.0.1_p2-r1.ebuild} | 2 +-
14 dev-ml/dose3/{dose3-6.1.ebuild => dose3-6.1-r1.ebuild} | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
18 similarity index 98%
19 rename from dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
20 rename to dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
21 index 8a2d9bb0eca..fd0e74c8c65 100644
22 --- a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild
23 +++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
24 @@ -39,7 +39,7 @@ RDEPEND="
25 rpm4? ( app-arch/rpm )
26 "
27 DEPEND="${RDEPEND}
28 - test? ( dev-python/pyyaml[libyaml] )
29 + test? ( dev-python/pyyaml[libyaml(+)] )
30 "
31
32 # missing test data
33
34 diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
35 similarity index 96%
36 rename from dev-ml/dose3/dose3-6.0.1_p2.ebuild
37 rename to dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
38 index 29d377ccb80..481f80ee4a2 100644
39 --- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
40 +++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
41 @@ -35,7 +35,7 @@ RDEPEND="
42 app-arch/rpm
43 "
44 DEPEND="${RDEPEND}
45 - test? ( dev-python/pyyaml[libyaml] )
46 + test? ( dev-python/pyyaml[libyaml(+)] )
47 "
48
49 # missing test data
50
51 diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
52 similarity index 96%
53 rename from dev-ml/dose3/dose3-6.1.ebuild
54 rename to dev-ml/dose3/dose3-6.1-r1.ebuild
55 index 2424451a058..91260c5f2a0 100644
56 --- a/dev-ml/dose3/dose3-6.1.ebuild
57 +++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
58 @@ -34,7 +34,7 @@ RDEPEND="
59 app-arch/rpm
60 "
61 DEPEND="${RDEPEND}
62 - test? ( dev-python/pyyaml[libyaml] )
63 + test? ( dev-python/pyyaml[libyaml(+)] )
64 "
65
66 # missing test data