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 7437E13835A for ; Wed, 24 Feb 2021 23:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51111E086B; Wed, 24 Feb 2021 23:25:12 +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 3542BE086B for ; Wed, 24 Feb 2021 23:25:12 +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 38C1E33BF01 for ; Wed, 24 Feb 2021 23:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B468C4F3 for ; Wed, 24 Feb 2021 23:25:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614209097.8290e26e7f53d4db79c818bc9c31ee7a15fa1845.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmodplug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild X-VCS-Directories: media-libs/libmodplug/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8290e26e7f53d4db79c818bc9c31ee7a15fa1845 X-VCS-Branch: master Date: Wed, 24 Feb 2021 23:25:09 +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: 9a314a74-e1a5-47cd-9ebd-17de7660cea3 X-Archives-Hash: eadf8aa9609c024a8c6797166f112f72 commit: 8290e26e7f53d4db79c818bc9c31ee7a15fa1845 Author: Sam James gentoo org> AuthorDate: Wed Feb 24 23:24:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 24 23:24:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8290e26e media-libs/libmodplug: Stabilize 0.8.9.0-r1 arm, #766791 Signed-off-by: Sam James gentoo.org> media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild b/media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild index dbb82b04df7..2f883a832c2 100644 --- a/media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild +++ b/media-libs/libmodplug/libmodplug-0.8.9.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" BDEPEND="virtual/pkgconfig"