diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-01-05 23:28:14 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-01-06 01:24:43 -0600 |
commit | 2fafcbe5141dae46aa4683a985cb2609bd14d0fc (patch) | |
tree | fad07d85a94a69f0197e5df6a6d6eb59b3e3194d /media-video | |
parent | app-crypt/nitrocli: Add ebuild for version 0.2.0 (diff) | |
download | gentoo-2fafcbe5141dae46aa4683a985cb2609bd14d0fc.tar.gz gentoo-2fafcbe5141dae46aa4683a985cb2609bd14d0fc.tar.bz2 gentoo-2fafcbe5141dae46aa4683a985cb2609bd14d0fc.zip |
media-video/dvdbackup: bump to EAPI 7
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdbackup/dvdbackup-0.4.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild b/media-video/dvdbackup/dvdbackup-0.4.2.ebuild index 6dadc6d95997..5580d11d6dff 100644 --- a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild +++ b/media-video/dvdbackup/dvdbackup-0.4.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="Backup content from DVD to hard disk" HOMEPAGE="http://dvdbackup.sourceforge.net/" @@ -17,8 +17,6 @@ RDEPEND=">=media-libs/libdvdread-4.2.0_pre DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -DOCS=( AUTHORS ChangeLog NEWS README ) - src_configure() { econf \ $(use_enable nls) \ |