diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:42 +0100 |
commit | f34048c33f52bb65b0bb4aa3b2379238994f55c1 (patch) | |
tree | f346156cedcb8e8095e0f74378546ec0499ff1d3 /media-libs/rtaudio | |
parent | media-libs/resid: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-f34048c33f52bb65b0bb4aa3b2379238994f55c1.tar.gz gentoo-f34048c33f52bb65b0bb4aa3b2379238994f55c1.tar.bz2 gentoo-f34048c33f52bb65b0bb4aa3b2379238994f55c1.zip |
media-libs/rtaudio: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/rtaudio')
-rw-r--r-- | media-libs/rtaudio/rtaudio-4.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/rtaudio/rtaudio-4.1.2.ebuild b/media-libs/rtaudio/rtaudio-4.1.2.ebuild index da46efba2187..88f1c3e31349 100644 --- a/media-libs/rtaudio/rtaudio-4.1.2.ebuild +++ b/media-libs/rtaudio/rtaudio-4.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O" HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/" |