Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
Date: Thu, 04 Apr 2019 20:37:00
Message-Id: 1554410204.c20b5b757edbee6098584566a9b3ad36d2c92a46.bman@gentoo
1 commit: c20b5b757edbee6098584566a9b3ad36d2c92a46
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 20:30:40 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 20:36:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b5b75
7
8 media-sound/mp3splt: bump EAPI and fix depends
9
10 * Package having a hard depends is blocking the removal of older and
11 vulnerable media-libs/libmp3splt ebuilds.
12
13 * Trivial EAPI bump before stabilization of package
14
15 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
16 Package-Manager: Portage-2.3.62, Repoman-2.3.11
17
18 media-sound/mp3splt/mp3splt-2.6.2.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
22 index 58e3c10e0a2..88d0bf3cc76 100644
23 --- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
24 +++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
25 @@ -1,7 +1,7 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=5
31 +EAPI=7
32
33 inherit multilib
34
35 @@ -14,7 +14,7 @@ SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
37 IUSE="flac"
38
39 -RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
40 +RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig
43 sys-devel/gettext"