diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-14 11:59:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-14 12:00:55 +0200 |
commit | 3bf6530fd908ddc6db69373efafc2570c9fb55b9 (patch) | |
tree | 15d56b88bac83ed561d0983e8146bea8f779ef9f /dev-ml/dose3 | |
parent | net-wireless/dump1090: destabilize 6.1 for ~amd64 (diff) | |
download | gentoo-3bf6530fd908ddc6db69373efafc2570c9fb55b9.tar.gz gentoo-3bf6530fd908ddc6db69373efafc2570c9fb55b9.tar.bz2 gentoo-3bf6530fd908ddc6db69373efafc2570c9fb55b9.zip |
dev-ml/dose3: pyyaml is using libyaml unconditionally now
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/dose3')
-rw-r--r-- | dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild (renamed from dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild) | 2 | ||||
-rw-r--r-- | dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild (renamed from dev-ml/dose3/dose3-6.0.1_p2.ebuild) | 2 | ||||
-rw-r--r-- | dev-ml/dose3/dose3-6.1-r1.ebuild (renamed from dev-ml/dose3/dose3-6.1.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild index 8a2d9bb0eca3..fd0e74c8c652 100644 --- a/dev-ml/dose3/dose3-5.0.1_p16-r3.ebuild +++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild @@ -39,7 +39,7 @@ RDEPEND=" rpm4? ( app-arch/rpm ) " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild index 29d377ccb805..481f80ee4a29 100644 --- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild +++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" app-arch/rpm " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data diff --git a/dev-ml/dose3/dose3-6.1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild index 2424451a058e..91260c5f2a04 100644 --- a/dev-ml/dose3/dose3-6.1.ebuild +++ b/dev-ml/dose3/dose3-6.1-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" app-arch/rpm " DEPEND="${RDEPEND} - test? ( dev-python/pyyaml[libyaml] ) + test? ( dev-python/pyyaml[libyaml(+)] ) " # missing test data |