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 4923A138334 for ; Sun, 28 Apr 2019 00:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4718DE08AA; Sun, 28 Apr 2019 00:48:45 +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 29A6EE08AA for ; Sun, 28 Apr 2019 00:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 622EE342A9C for ; Sun, 28 Apr 2019 00:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E7B5CC for ; Sun, 28 Apr 2019 00:48:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1556412491.f0dab47bef3a9ca5c81655bd6850bfdef8003b3f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f0dab47bef3a9ca5c81655bd6850bfdef8003b3f X-VCS-Branch: master Date: Sun, 28 Apr 2019 00:48:41 +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: e8c39117-8905-463b-8870-10143a566b98 X-Archives-Hash: 9676ef903d2f474cb7ad9a6f33ac962e commit: f0dab47bef3a9ca5c81655bd6850bfdef8003b3f Author: Matt Turner gentoo org> AuthorDate: Sun Apr 28 00:48:11 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 28 00:48:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dab47b x11-drivers/xf86-video-ati-19.0.1: alpha stable, bug 682846 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild index 59f91e9c5a0..70ea5ed62a2 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild @@ -9,7 +9,7 @@ inherit linux-info xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" fi DESCRIPTION="ATI video driver"