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 E8115158018 for ; Sat, 2 Oct 2021 22:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E66E08F6; Sat, 2 Oct 2021 22:52:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E9C6E08F6 for ; Sat, 2 Oct 2021 22:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B11FF342F0D for ; Sat, 2 Oct 2021 22:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 346B8144 for ; Sat, 2 Oct 2021 22:52:42 +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: <1633215145.85bc0b096ebc721e1e2f90ab9ada91a9258766ab.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 85bc0b096ebc721e1e2f90ab9ada91a9258766ab X-VCS-Branch: master Date: Sat, 2 Oct 2021 22:52:42 +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: ea0cd780-1afa-4d26-bd7a-167c27bf5d51 X-Archives-Hash: 7fbecd22ad4acfc3013891cff1d31ebf commit: 85bc0b096ebc721e1e2f90ab9ada91a9258766ab Author: James Le Cuirot gentoo org> AuthorDate: Sat Oct 2 22:49:55 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Oct 2 22:52:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bc0b09 media-libs/libcaca: Keyword 0.99_beta19-r7 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild index bc7b204dd36..1fbb143b911 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r7.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="doc imlib java mono ncurses opengl ruby slang static-libs test truetype X" RESTRICT="!test? ( test )"