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: media-libs/slv2/
Date: Sun, 26 Aug 2018 11:01:25
Message-Id: 1535281269.81ee54c845fe013e3423dbd06650a03e189fc70b.mgorny@gentoo
1 commit: 81ee54c845fe013e3423dbd06650a03e189fc70b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 10:47:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:01:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ee54c8
7
8 media-libs/slv2: Remove support for non-existent deps
9
10 media-libs/slv2/slv2-0.6.6-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-libs/slv2/slv2-0.6.6-r2.ebuild b/media-libs/slv2/slv2-0.6.6-r2.ebuild
14 index 73451011681..a2d0bf16a6d 100644
15 --- a/media-libs/slv2/slv2-0.6.6-r2.ebuild
16 +++ b/media-libs/slv2/slv2-0.6.6-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -18,7 +18,7 @@ IUSE="doc jack"
24
25 RDEPEND=">=dev-libs/redland-1.0.6
26 jack? ( virtual/jack )
27 - || ( media-libs/lv2 media-libs/lv2core )"
28 + media-libs/lv2"
29 DEPEND="${RDEPEND}
30 ${PYTHON_DEPS}
31 virtual/pkgconfig