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 F2183158041 for ; Tue, 19 Mar 2024 06:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCE1E29A7; Tue, 19 Mar 2024 06:24:32 +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 157DAE29A7 for ; Tue, 19 Mar 2024 06:24:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2392A33BEBB for ; Tue, 19 Mar 2024 06:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAA7A14F1 for ; Tue, 19 Mar 2024 06:24:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1710829454.8d08886b50fce6ff0384dcea691cda0b58728716.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxmp/libxmp-4.6.0.ebuild X-VCS-Directories: media-libs/libxmp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8d08886b50fce6ff0384dcea691cda0b58728716 X-VCS-Branch: master Date: Tue, 19 Mar 2024 06:24:29 +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: 3e6dff38-b8be-4f28-9d78-7260cd9156f6 X-Archives-Hash: 3d3a390369c75facf51d26092d15c454 commit: 8d08886b50fce6ff0384dcea691cda0b58728716 Author: Joonas Niilola gentoo org> AuthorDate: Tue Mar 19 06:24:14 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 19 06:24:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d08886b media-libs/libxmp: Keyword 4.6.0 x86, #927243 Signed-off-by: Joonas Niilola gentoo.org> media-libs/libxmp/libxmp-4.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libxmp/libxmp-4.6.0.ebuild b/media-libs/libxmp/libxmp-4.6.0.ebuild index 3c9163a049d7..ae61d7ce0174 100644 --- a/media-libs/libxmp/libxmp-4.6.0.ebuild +++ b/media-libs/libxmp/libxmp-4.6.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/libxmp/libxmp.git" else SRC_URI="https://github.com/libxmp/${PN}/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi # bzip2 depacker code is 0BSD