media-sound/mp3info: EAPI-7 bump, https
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:40:33 +0000 (10:40 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:58:24 +0000 (10:58 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/mp3info/mp3info-0.8.5a-r1.ebuild

index 5982213a3da62b5060e2ba5a275633c3558735b4..c536ded445717ed6f5c5c46090a3a03151a9c601 100644 (file)
@@ -1,26 +1,27 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="An MP3 technical info viewer and ID3 1.x tag editor"
-HOMEPAGE="http://ibiblio.org/mp3info/"
-SRC_URI="http://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
+HOMEPAGE="https://ibiblio.org/mp3info/"
+SRC_URI="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="gtk"
 
-RDEPEND="
-       gtk? ( >=x11-libs/gtk+-2.6.10:2 )
-       sys-libs/ncurses:0=
+BDEPEND="
+       virtual/pkgconfig
 "
 DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
+       sys-libs/ncurses:0=
+       gtk? ( >=x11-libs/gtk+-2.6.10:2 )
 "
+RDEPEND="${DEPEND}"
 
 PATCHES=(
        "${FILESDIR}/${P}-ldflags.patch"