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 0F27A138E4A for ; Sun, 16 Oct 2016 10:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD17E0BA7; Sun, 16 Oct 2016 10:04:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5616FE0BA7 for ; Sun, 16 Oct 2016 10:04:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 981CF341258 for ; Sun, 16 Oct 2016 10:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A2933D for ; Sun, 16 Oct 2016 10:04:36 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476612042.48a02b10c0c9d47c62d1e315a46b208ac7433cbc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libskk/libskk-1.0.1.ebuild X-VCS-Directories: app-i18n/libskk/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 48a02b10c0c9d47c62d1e315a46b208ac7433cbc X-VCS-Branch: master Date: Sun, 16 Oct 2016 10:04:36 +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: fe8db6d1-e6c4-4cdf-a256-ee0b36e3b2ff X-Archives-Hash: 3160faaa1cb190bba517ec134a4ccbcd commit: 48a02b10c0c9d47c62d1e315a46b208ac7433cbc Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 16 10:00:42 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 16 10:00:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a02b10 app-i18n/libskk: amd64/x86 stable, bug #593188 Package-Manager: portage-2.3.1 app-i18n/libskk/libskk-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/libskk/libskk-1.0.1.ebuild b/app-i18n/libskk/libskk-1.0.1.ebuild index 63ab617..6724f4a 100644 --- a/app-i18n/libskk/libskk-1.0.1.ebuild +++ b/app-i18n/libskk/libskk-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://www.bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls +introspection static-libs" RDEPEND=">=dev-libs/glib-2.16