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 75B82138334 for ; Sat, 3 Nov 2018 14:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D67E0A63; Sat, 3 Nov 2018 14:43:31 +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 EE2FDE0A63 for ; Sat, 3 Nov 2018 14:43:30 +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 06659335CA6 for ; Sat, 3 Nov 2018 14:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C6D459 for ; Sat, 3 Nov 2018 14:43:26 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1541256163.67227c1d14b5f8090e7e8b5d17a3661dd8f026a8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild X-VCS-Directories: x11-misc/xcompmgr/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 67227c1d14b5f8090e7e8b5d17a3661dd8f026a8 X-VCS-Branch: master Date: Sat, 3 Nov 2018 14:43:26 +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-Archives-Salt: 0ab62de3-c6dc-40db-9711-5391fc164d6d X-Archives-Hash: 62787826fb4af623454473bc43c736f9 commit: 67227c1d14b5f8090e7e8b5d17a3661dd8f026a8 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Nov 3 14:42:43 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Nov 3 14:42:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67227c1d x11-misc/xcompmgr: amd64 stable wrt bug #668900 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild index c271eab9415..c750db2adef 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="mirror://xorg/app/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="BSD"