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 922491382C5 for ; Wed, 14 Feb 2018 16:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A72F8E0B99; Wed, 14 Feb 2018 16:45:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7E626E0B9E for ; Wed, 14 Feb 2018 16:45:04 +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 7EF9C335CB9 for ; Wed, 14 Feb 2018 13:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F8BC22D for ; Wed, 14 Feb 2018 13:50:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518616197.838233cf36bbdeb3f2746fb2deabe8e14027e21d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/quat/quat-1.20-r1.ebuild X-VCS-Directories: media-gfx/quat/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 838233cf36bbdeb3f2746fb2deabe8e14027e21d X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:50:09 +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: 094f2c1a-bb36-4dd1-8e71-db7bbbc37072 X-Archives-Hash: 1ccfad21a526ea6441af9d2f707c7c85 commit: 838233cf36bbdeb3f2746fb2deabe8e14027e21d Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 14 13:43:38 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 14 13:49:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838233cf media-gfx/quat: x86 stable (bug #647522) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/quat/quat-1.20-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r1.ebuild index 9769ad57242..c8539486c8e 100644 --- a/media-gfx/quat/quat-1.20-r1.ebuild +++ b/media-gfx/quat/quat-1.20-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="X debug" DEPEND="X? ( =x11-libs/fltk-1*