diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:51:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:34 +0100 |
commit | 4f6f255ed9d8e213bf146b28b49fae9b02060f9d (patch) | |
tree | b3e07d38549f4e3441f37c03cce3d21a76d2be6d /media-sound/lash | |
parent | media-sound/jack_capture: eutils-- (diff) | |
download | gentoo-4f6f255ed9d8e213bf146b28b49fae9b02060f9d.tar.gz gentoo-4f6f255ed9d8e213bf146b28b49fae9b02060f9d.tar.bz2 gentoo-4f6f255ed9d8e213bf146b28b49fae9b02060f9d.zip |
media-sound/lash: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/lash')
-rw-r--r-- | media-sound/lash/lash-0.5.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lash/lash-0.5.4-r4.ebuild b/media-sound/lash/lash-0.5.4-r4.ebuild index f4ee7eb6d736..c7ac96d2f9a2 100644 --- a/media-sound/lash/lash-0.5.4-r4.ebuild +++ b/media-sound/lash/lash-0.5.4-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit autotools eutils multilib-minimal python-single-r1 +inherit autotools multilib-minimal python-single-r1 DESCRIPTION="LASH Audio Session Handler" HOMEPAGE="http://www.nongnu.org/lash/" |