commit:     618321b34f69fafa76cdc9fa4bb18ce5bf76d73f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 13:19:46 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 13:19:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618321b3

media-sound/muse: [QA] Add AM_PROG_AR

Closes: https://bugs.gentoo.org/724712
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/muse-0.9.2_p20161002-fix-build-system.patch | 14 +++++++++++---
 media-sound/muse/muse-0.9.2_p20161002.ebuild          | 19 +++++++++----------
 2 files changed, 20 insertions(+), 13 deletions(-)

diff --git a/media-sound/muse/files/muse-0.9.2_p20161002-fix-build-system.patch 
b/media-sound/muse/files/muse-0.9.2_p20161002-fix-build-system.patch
index 7ca30e6da68..456dca9b9de 100644
--- a/media-sound/muse/files/muse-0.9.2_p20161002-fix-build-system.patch
+++ b/media-sound/muse/files/muse-0.9.2_p20161002-fix-build-system.patch
@@ -20,7 +20,15 @@ Fix build system to properly install files and prevent 
underlinking.
  
  
  dnl ==============================================================
-@@ -178,19 +178,12 @@
+@@ -67,6 +67,7 @@
+ AC_PROG_CPP
+ AC_SEARCH_LIBS([strerror],[cposix])
+ AC_PROG_RANLIB
++AM_PROG_AR
+ 
+ 
+ dnl ==============================================================
+@@ -178,19 +179,12 @@
  # this is really libcdk's configuration, needs to be reviewed if correct
  # see src/ncursesgui/libcdk
  if test x$want_ncurses_gui = xyes; then
@@ -46,7 +54,7 @@ Fix build system to properly install files and prevent 
underlinking.
  
    if test x$have_ncurses_h = xyes; then
      AC_DEFINE([GUI_RUBIK], 1, [Have ncurses GUI])
-@@ -326,8 +319,13 @@
+@@ -326,8 +320,13 @@
  
  
  dnl documentation
@@ -62,7 +70,7 @@ Fix build system to properly install files and prevent 
underlinking.
  
  
  dnl ==============================================================
-@@ -402,6 +400,7 @@
+@@ -402,6 +401,7 @@
  
  AC_CONFIG_FILES([
  Makefile

diff --git a/media-sound/muse/muse-0.9.2_p20161002.ebuild 
b/media-sound/muse/muse-0.9.2_p20161002.ebuild
index 89771e22774..e296b01d658 100644
--- a/media-sound/muse/muse-0.9.2_p20161002.ebuild
+++ b/media-sound/muse/muse-0.9.2_p20161002.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -14,24 +14,23 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc gtk jack ncurses portaudio"
 
-RDEPEND="media-sound/lame
+RDEPEND="
+       media-sound/lame
        media-libs/libvorbis
-       media-libs/libsndfile
+       media-libs/libsndfile:=
        media-libs/libogg
        media-libs/libshout
        media-libs/libsamplerate
        gtk? ( x11-libs/gtk+:2 )
        jack? ( media-sound/jack-audio-connection-kit )
        ncurses? ( sys-libs/ncurses:0= )
-       portaudio? ( media-libs/portaudio )
-"
-DEPEND="${RDEPEND}
+       portaudio? ( media-libs/portaudio )"
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        doc? ( app-doc/doxygen )"
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.9.2_p20161002-fix-build-system.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-0.9.2_p20161002-fix-build-system.patch )
 
 src_prepare() {
        default

Reply via email to