diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:53:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:43 +0100 |
commit | b1777ced4a52c339cc00ba5aced2fc5898ef1a5b (patch) | |
tree | 0fe2bc9d08dc4d02d58af59b8d7ce570e2a813e1 /media-libs | |
parent | media-libs/libcaca: explicitly inherit epatch (diff) | |
download | gentoo-b1777ced4a52c339cc00ba5aced2fc5898ef1a5b.tar.gz gentoo-b1777ced4a52c339cc00ba5aced2fc5898ef1a5b.tar.bz2 gentoo-b1777ced4a52c339cc00ba5aced2fc5898ef1a5b.zip |
media-libs/libmpeg3: 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-libs')
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild index 1a177b2bda5b..e440dc823f72 100644 --- a/media-libs/libmpeg3/libmpeg3-1.8-r1.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.8-r1.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 autotools toolchain-funcs multilib-minimal +inherit epatch autotools toolchain-funcs multilib-minimal DESCRIPTION="An mpeg library for linux" HOMEPAGE="http://heroinewarrior.com/libmpeg3.php" |