diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 22:41:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:55 +0100 |
commit | e88fd34c6c6630a86ee6645ecf20cf32a741cc4d (patch) | |
tree | 58f614100a0b50631fe02d42930a7928999df137 /media-libs/smpeg | |
parent | media-libs/smpeg: eutils->epatch (diff) | |
download | gentoo-e88fd34c6c6630a86ee6645ecf20cf32a741cc4d.tar.gz gentoo-e88fd34c6c6630a86ee6645ecf20cf32a741cc4d.tar.bz2 gentoo-e88fd34c6c6630a86ee6645ecf20cf32a741cc4d.zip |
media-libs/smpeg: toolchain-funcs--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild index 66999db5f49d..9ce094aca830 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r10.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r10.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit epatch toolchain-funcs autotools flag-o-matic ltprune multilib-minimal + +inherit autotools epatch flag-o-matic ltprune multilib-minimal DESCRIPTION="SDL MPEG Player Library" HOMEPAGE="https://icculus.org/smpeg/" |