diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:15 +0100 |
commit | c10500a69bbc95e538dd2b32ae054bf5779a7cda (patch) | |
tree | c1186fe381be85a5732deb1d3d80384ddd47fb17 /media-video | |
parent | media-video/lsdvd: eutils->epatch (diff) | |
download | gentoo-c10500a69bbc95e538dd2b32ae054bf5779a7cda.tar.gz gentoo-c10500a69bbc95e538dd2b32ae054bf5779a7cda.tar.bz2 gentoo-c10500a69bbc95e538dd2b32ae054bf5779a7cda.zip |
media-video/lxdvdrip: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/lxdvdrip/lxdvdrip-1.77.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild b/media-video/lxdvdrip/lxdvdrip-1.77.ebuild index f2d8f274f184..f925ac98c665 100644 --- a/media-video/lxdvdrip/lxdvdrip-1.77.ebuild +++ b/media-video/lxdvdrip/lxdvdrip-1.77.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Command line tool to automate the process of ripping and burning DVDs" SRC_URI="mirror://sourceforge/lxdvdrip/${P}.tgz" |