From 856e3e139cbc9c50fda828cc9e3ed35d2b93496c Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Mon, 29 Nov 2021 19:59:37 +0100 Subject: media-video/ogmrip: Port to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/819417 Signed-off-by: Jakov Smolić --- media-video/ogmrip/ogmrip-1.0.1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'media-video/ogmrip') diff --git a/media-video/ogmrip/ogmrip-1.0.1.ebuild b/media-video/ogmrip/ogmrip-1.0.1.ebuild index 0c63e0d65033..c0d8008fc0a1 100644 --- a/media-video/ogmrip/ogmrip-1.0.1.ebuild +++ b/media-video/ogmrip/ogmrip-1.0.1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -GCONF_DEBUG=no +EAPI=7 inherit gnome2 @@ -15,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="aac dbus debug dts gtk libnotify matroska mp3 mp4 nls ogm spell srt static-libs theora vorbis x264 xvid" -COMMON_DEPEND=" +DEPEND=" >=dev-libs/glib-2.16:2 >=app-i18n/enca-1.9 dev-libs/libxml2 @@ -45,10 +44,10 @@ COMMON_DEPEND=" theora? ( media-libs/libtheora ) vorbis? ( media-sound/vorbis-tools ) " -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} gnome-base/gvfs " -DEPEND="${COMMON_DEPEND} +BDEPEND=" dev-util/gtk-doc-am nls? ( sys-devel/gettext dev-util/intltool ) -- cgit v1.2.3-18-g5258