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 A161B13835B for ; Sun, 16 May 2021 18:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83DB6E0837; Sun, 16 May 2021 18:53:19 +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 6C7CDE0837 for ; Sun, 16 May 2021 18:53:19 +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 2C82E340F79 for ; Sun, 16 May 2021 18:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6787178B for ; Sun, 16 May 2021 18:53:16 +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: <1621191029.f378308903032124a603f43290bc5bcccb7a567c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svgalib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/svgalib/svgalib-1.9.25-r8.ebuild X-VCS-Directories: media-libs/svgalib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f378308903032124a603f43290bc5bcccb7a567c X-VCS-Branch: master Date: Sun, 16 May 2021 18:53:16 +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: 85483f96-66b8-4213-bbe6-e1c0278b430c X-Archives-Hash: 23b1b743b0512a40cc045e7719153cd6 commit: f378308903032124a603f43290bc5bcccb7a567c Author: Sam James gentoo org> AuthorDate: Sun May 16 18:50:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 16 18:50:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3783089 media-libs/svgalib: Stabilize 1.9.25-r8 x86, #778752 Signed-off-by: Sam James gentoo.org> media-libs/svgalib/svgalib-1.9.25-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/svgalib/svgalib-1.9.25-r8.ebuild b/media-libs/svgalib/svgalib-1.9.25-r8.ebuild index 6d98ad4c4ef..9fea5896e39 100644 --- a/media-libs/svgalib/svgalib-1.9.25-r8.ebuild +++ b/media-libs/svgalib/svgalib-1.9.25-r8.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.arava.co.il/matan/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" IUSE="build +kernel-helper" MODULE_NAMES="svgalib_helper(misc:${S}/kernel/svgalib_helper)"