diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:21 +0100 |
commit | b2bf304e65d5c9f763c11aa3004b81892b94691d (patch) | |
tree | 14ca52622eaf9067f728e95c5a6a6b218cb8289b /media-video/xvattr/xvattr-1.3-r3.ebuild | |
parent | media-video/vstrip: use BDEPEND (diff) | |
download | gentoo-b2bf304e65d5c9f763c11aa3004b81892b94691d.tar.gz gentoo-b2bf304e65d5c9f763c11aa3004b81892b94691d.tar.bz2 gentoo-b2bf304e65d5c9f763c11aa3004b81892b94691d.zip |
media-video/xvattr: 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/xvattr/xvattr-1.3-r3.ebuild')
-rw-r--r-- | media-video/xvattr/xvattr-1.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/xvattr/xvattr-1.3-r3.ebuild b/media-video/xvattr/xvattr-1.3-r3.ebuild index 1a41d60604e0..54db3e63fb5a 100644 --- a/media-video/xvattr/xvattr-1.3-r3.ebuild +++ b/media-video/xvattr/xvattr-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit epatch autotools DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd" |