diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-07-17 21:47:14 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-07-17 21:48:19 +0200 |
commit | 313789b599f4ba54959891cec1bb883226bccc12 (patch) | |
tree | c4066e29e23601ff7fd85dcb9a884bd53f7b5c47 /media-video | |
parent | kde-frameworks/kdelibs: keyword ~arm64 (diff) | |
download | gentoo-313789b599f4ba54959891cec1bb883226bccc12.tar.gz gentoo-313789b599f4ba54959891cec1bb883226bccc12.tar.bz2 gentoo-313789b599f4ba54959891cec1bb883226bccc12.zip |
media-video/shrip: eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/shrip/shrip-0.6.0-r1.ebuild (renamed from media-video/shrip/shrip-0.6.0.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/shrip/shrip-0.6.0.ebuild b/media-video/shrip/shrip-0.6.0-r1.ebuild index bad4a4f950ce..c39bbd4530d9 100644 --- a/media-video/shrip/shrip-0.6.0.ebuild +++ b/media-video/shrip/shrip-0.6.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="Command line tool for ripping DVDs and encoding to AVI/OGM/MKV/MP4" HOMEPAGE="http://ogmrip.sourceforge.net/" @@ -20,6 +20,7 @@ DEPEND="${RDEPEND} sys-devel/gettext )" src_prepare() { + default sed -i \ -e '/CFLAGS/s:-Werror::' \ configure || die |