summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 14:14:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 14:33:52 +0200
commitbf52a4b3d439b1b510dfb28c2fce582b299822c8 (patch)
tree0bcf1ab07bac8db1e752e136adee6dbe2c2156b9
parentx11-wm/ctwm: Old. (diff)
downloadgentoo-bf52a4b3d439b1b510dfb28c2fce582b299822c8.tar.gz
gentoo-bf52a4b3d439b1b510dfb28c2fce582b299822c8.tar.bz2
gentoo-bf52a4b3d439b1b510dfb28c2fce582b299822c8.zip
media-libs/rubberband: Drop superfluous multilib.eclass, sort deps
Use einstalldocs. Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--media-libs/rubberband/rubberband-1.8.1-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
index 754ed4704a40..3c5c0fc2c7dd 100644
--- a/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
+++ b/media-libs/rubberband/rubberband-1.8.1-r2.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib multilib-minimal
+
+inherit multilib-minimal
DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
HOMEPAGE="https://www.breakfastquay.com/rubberband/"
@@ -13,10 +14,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="static-libs"
-RDEPEND="media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}]
+RDEPEND="
+ media-libs/ladspa-sdk
media-libs/libsamplerate[${MULTILIB_USEDEP}]
media-libs/libsndfile
- media-libs/ladspa-sdk
+ media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}]
sci-libs/fftw:3.0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -43,5 +45,5 @@ multilib_src_install() {
}
multilib_src_install_all() {
- dodoc CHANGELOG README.txt
+ einstalldocs
}