commit: 8d8582efaacac520c2bef3019bd823d6f67c0ade Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Mar 19 17:26:03 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 08:12:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8582ef
media-sound/gst123: EAPI7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20010 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/gst123/gst123-0.3.5.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/gst123/gst123-0.3.5.ebuild b/media-sound/gst123/gst123-0.3.5.ebuild index d62b71ae8d3..89f6a151b33 100644 --- a/media-sound/gst123/gst123-0.3.5.ebuild +++ b/media-sound/gst123/gst123-0.3.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -DESCRIPTION="A GStreamer based command line media player" -HOMEPAGE="http://space.twc.de/~stefan/gst123.php" -SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2" +DESCRIPTION="GStreamer based command line media player" +HOMEPAGE="https://space.twc.de/~stefan/gst123.php" +SRC_URI="https://space.twc.de/~stefan/gst123/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -21,5 +21,5 @@ CDEPEND=" " RDEPEND="${CDEPEND} media-plugins/gst-plugins-meta:1.0" -DEPEND="${CDEPEND} - virtual/pkgconfig" +DEPEND="${CDEPEND}" +BDEPEND="virtual/pkgconfig"
