diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:55:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:07 +0100 |
commit | d36806a63ce983848034426ac30c7e310501dd0e (patch) | |
tree | ae50dc43761e914f7c3aa4d4bdbf84811356df62 /media-sound | |
parent | media-sound/subsonic-bin: eutils->wrapper (diff) | |
download | gentoo-d36806a63ce983848034426ac30c7e310501dd0e.tar.gz gentoo-d36806a63ce983848034426ac30c7e310501dd0e.tar.bz2 gentoo-d36806a63ce983848034426ac30c7e310501dd0e.zip |
media-sound/tapestrea: 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-sound')
-rw-r--r-- | media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild b/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild index 10909861c095..fa60300ab16b 100644 --- a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild +++ b/media-sound/tapestrea/tapestrea-0.1.0.5-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 flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs DESCRIPTION="Expressive Synthesis, Transformation, Rendering of Environmental Audio" HOMEPAGE="http://taps.cs.princeton.edu/" |