From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AEDB13835A for ; Sat, 6 Mar 2021 11:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF055E08CD; Sat, 6 Mar 2021 11:04:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 713B8E08D3 for ; Sat, 6 Mar 2021 11:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 782CB340E64 for ; Sat, 6 Mar 2021 11:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2D29567 for ; Sat, 6 Mar 2021 11:04:49 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1615028643.8bb1f7d3208e008f93f962064e33781113e17a91.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild X-VCS-Directories: media-libs/libsdl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8bb1f7d3208e008f93f962064e33781113e17a91 X-VCS-Branch: master Date: Sat, 6 Mar 2021 11:04:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ff16af5-f3f2-423d-a17f-e33c5d972e73 X-Archives-Hash: a48adb47834797579116fe10621374de commit: 8bb1f7d3208e008f93f962064e33781113e17a91 Author: James Le Cuirot gentoo org> AuthorDate: Sat Mar 6 11:04:03 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Mar 6 11:04:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb1f7d3 media-libs/libsdl: Move nasm/yasm from DEPEND to BDEPEND Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: James Le Cuirot gentoo.org> media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild index 881a6bcd7de..5e79c923cb0 100644 --- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild @@ -42,14 +42,15 @@ RDEPEND=" )" DEPEND="${RDEPEND} nas? ( x11-base/xorg-proto ) - X? ( x11-base/xorg-proto ) + X? ( x11-base/xorg-proto )" +BDEPEND=" + pulseaudio? ( virtual/pkgconfig ) x86? ( || ( >=dev-lang/yasm-0.6.0 >=dev-lang/nasm-0.98.39-r3 ) )" -BDEPEND="pulseaudio? ( virtual/pkgconfig )" S=${WORKDIR}/SDL-1.2-${MY_COMMIT}