summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:00:42 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:00:42 +0100
commitf34048c33f52bb65b0bb4aa3b2379238994f55c1 (patch)
treef346156cedcb8e8095e0f74378546ec0499ff1d3
parentmedia-libs/resid: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-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>
-rw-r--r--media-libs/rtaudio/rtaudio-4.1.2.ebuild4
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/"