commit:     0af51a5efeef42680522372b2523702ef4a88892
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 13:51:43 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 13:51:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af51a5e

media-sound/mac: remove sys-apps/sed from DEPEND

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index aa5c9ee4ee77..477436996f12 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,19 +12,14 @@ MY_P=${MY_PN}_${MY_PV}
 DESCRIPTION="Monkey's Audio Codecs"
 
HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php";
 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz";
+S="${WORKDIR}/${MY_P/_/-}"
 
 LICENSE="mac"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
-RDEPEND=""
-DEPEND="
-       sys-apps/sed
-       cpu_flags_x86_mmx? ( dev-lang/yasm )
-"
-
-S=${WORKDIR}/${MY_P/_/-}
+BDEPEND="cpu_flags_x86_mmx? ( dev-lang/yasm )"
 
 PATCHES=(
        "${FILESDIR}"/${P}-output.patch

Reply via email to