diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:55:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:14 +0100 |
commit | c5ec50d16c71f068fd894c64cd5aaf0737d1fe21 (patch) | |
tree | 310231b99f97366c07b35d450391dc9f620cfb1d /media-video/lsdvd | |
parent | media-video/isight-firmware-tools: eutils->epatch (diff) | |
download | gentoo-c5ec50d16c71f068fd894c64cd5aaf0737d1fe21.tar.gz gentoo-c5ec50d16c71f068fd894c64cd5aaf0737d1fe21.tar.bz2 gentoo-c5ec50d16c71f068fd894c64cd5aaf0737d1fe21.zip |
media-video/lsdvd: 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/lsdvd')
-rw-r--r-- | media-video/lsdvd/lsdvd-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/lsdvd/lsdvd-0.17.ebuild b/media-video/lsdvd/lsdvd-0.17.ebuild index eeee01479de9..fda1e95f98df 100644 --- a/media-video/lsdvd/lsdvd-0.17.ebuild +++ b/media-video/lsdvd/lsdvd-0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 2003-2019 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Utility for getting info out of DVDs" HOMEPAGE="https://sourceforge.net/projects/lsdvd/" |