commit: c20b5b757edbee6098584566a9b3ad36d2c92a46
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 20:30:40 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 20:36:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b5b75
media-sound/mp3splt: bump EAPI and fix depends
* Package having a hard depends is blocking the removal of older and
vulnerable media-libs/libmp3splt ebuilds.
* Trivial EAPI bump before stabilization of package
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 58e3c10e0a2..88d0bf3cc76 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit multilib
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="flac"
-RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"