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 F304815817D for ; Wed, 5 Jun 2024 18:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A2F9E2B20; Wed, 5 Jun 2024 18:56:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 533FDE2B1E for ; Wed, 5 Jun 2024 18:56:07 +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 24196340C42 for ; Wed, 5 Jun 2024 18:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F10E1C7C for ; Wed, 5 Jun 2024 18:56:04 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717613733.aac5c5b98d06dde434d5dc9c0df390a32848f2b6.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/kew/kew-2.4.4.ebuild X-VCS-Directories: media-sound/kew/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: aac5c5b98d06dde434d5dc9c0df390a32848f2b6 X-VCS-Branch: dev Date: Wed, 5 Jun 2024 18:56:04 +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: 4f4ed4d2-06fe-426b-87ac-f13947f10b0d X-Archives-Hash: bc18b57cd7837ddf1c002a8ed6dba6df commit: aac5c5b98d06dde434d5dc9c0df390a32848f2b6 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 5 17:14:08 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 5 18:55:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aac5c5b9 media-sound/kew: update LICENSE and reorder KEYWORDS Signed-off-by: Lucio Sauer posteo.net> media-sound/kew/kew-2.4.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/kew/kew-2.4.4.ebuild b/media-sound/kew/kew-2.4.4.ebuild index 62d149ab7..e02c6f633 100644 --- a/media-sound/kew/kew-2.4.4.ebuild +++ b/media-sound/kew/kew-2.4.4.ebuild @@ -8,8 +8,10 @@ DESCRIPTION="kew (/kjuː/) is a command-line music player for Linux." HOMEPAGE="https://github.com/ravachol/kew" SRC_URI="https://github.com/ravachol/kew/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" +# Bundled programs +LICENSE+=" MIT || ( Unlicense MIT-0 )" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" DEPEND="media-video/ffmpeg dev-libs/glib