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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D066E15808D for ; Sat, 23 Apr 2022 11:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 076B82BC002; Sat, 23 Apr 2022 11:00:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EDD42BC001 for ; Sat, 23 Apr 2022 11:00:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4764341AA1 for ; Sat, 23 Apr 2022 11:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 163912E0 for ; Sat, 23 Apr 2022 11:00:48 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1650711636.4e5bf581cb87db83fec3425dbd7dae6557760557.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/baudline/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/baudline/baudline-1.08-r1.ebuild X-VCS-Directories: media-sound/baudline/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e5bf581cb87db83fec3425dbd7dae6557760557 X-VCS-Branch: master Date: Sat, 23 Apr 2022 11:00:48 +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: 0976eae7-5586-4f51-9f5e-82107d34d775 X-Archives-Hash: a4c478e670c942ad2b1ad406fa0b7ff8 commit: 4e5bf581cb87db83fec3425dbd7dae6557760557 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 23 10:55:52 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 23 11:00:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5bf581 media-sound/baudline: Don't refer to variable in LICENSE Signed-off-by: Ulrich Müller gentoo.org> media-sound/baudline/baudline-1.08-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/baudline/baudline-1.08-r1.ebuild b/media-sound/baudline/baudline-1.08-r1.ebuild index 3f4b55ef60a9..58fc914b680e 100644 --- a/media-sound/baudline/baudline-1.08-r1.ebuild +++ b/media-sound/baudline/baudline-1.08-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="amd64? ( http://www.baudline.com/${PN}_${PV}_linux_x86_64.tar.gz ) s390? ( http://www.baudline.com/${PN}_${PV}_linux_s390.tar.gz ) x86? ( http://www.baudline.com/baudline_1.08_linux_i686.tar.gz )" -LICENSE="${PN}" +LICENSE="baudline" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="jack"