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 402DC1382C5 for ; Sun, 18 Feb 2018 23:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 351D1E0AFB; Sun, 18 Feb 2018 23:17:24 +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 0FF67E0AFB for ; Sun, 18 Feb 2018 23:17:24 +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 04213335C0C for ; Sun, 18 Feb 2018 23:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D08A1C5 for ; Sun, 18 Feb 2018 23:17:21 +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: <1518995835.b394de8b47b993ce6c0f5c8c08e4aedaaba75d7b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libkate/libkate-0.4.1-r3.ebuild X-VCS-Directories: media-libs/libkate/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b394de8b47b993ce6c0f5c8c08e4aedaaba75d7b X-VCS-Branch: master Date: Sun, 18 Feb 2018 23:17:21 +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: f19ae0a6-73b3-48ae-ace7-c3696a7e47b9 X-Archives-Hash: 252dfe7f86a64cc407608cbffd9c370f commit: b394de8b47b993ce6c0f5c8c08e4aedaaba75d7b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 18 23:16:57 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 18 23:17:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b394de8b media-libs/libkate: x86 stable (bug #648054) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/libkate/libkate-0.4.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild b/media-libs/libkate/libkate-0.4.1-r3.ebuild index a2653bad4c3..e319f76fa46 100644 --- a/media-libs/libkate/libkate-0.4.1-r3.ebuild +++ b/media-libs/libkate/libkate-0.4.1-r3.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 @@ -12,7 +12,7 @@ SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc wxwidgets" REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"