commit:     bf52a4b3d439b1b510dfb28c2fce582b299822c8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 12:14:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 12:33:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf52a4b3

media-libs/rubberband: Drop superfluous multilib.eclass, sort deps

Use einstalldocs.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-libs/rubberband/rubberband-1.8.1-r2.ebuild | 10 ++++++----
 1 file 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 754ed4704a4..3c5c0fc2c7d 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
 }

Reply via email to