From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0CCFC1384B4 for ; Tue, 10 Nov 2015 17:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A7B21C018; Tue, 10 Nov 2015 17:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 304A121C011 for ; Tue, 10 Nov 2015 17:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EEB133FAAE for ; Tue, 10 Nov 2015 17:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0768D2419 for ; Tue, 10 Nov 2015 17:02:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1447174925.afc88e73a26593c981573be1108a8e3df1a4100b.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libchamplain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libchamplain/libchamplain-0.12.11.ebuild X-VCS-Directories: media-libs/libchamplain/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: afc88e73a26593c981573be1108a8e3df1a4100b X-VCS-Branch: master Date: Tue, 10 Nov 2015 17:02:16 +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: e78eb11b-f863-4d48-8acc-c8c0c3bf5aa9 X-Archives-Hash: c92c9cf0e285a99aafe2b0e2e271a828 commit: afc88e73a26593c981573be1108a8e3df1a4100b Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 10 17:00:14 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 10 17:02:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc88e73 media-libs/libchamplain: amd64 stable wrt bug #565086 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" media-libs/libchamplain/libchamplain-0.12.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libchamplain/libchamplain-0.12.11.ebuild b/media-libs/libchamplain/libchamplain-0.12.11.ebuild index 47ad94f..1b2b599 100644 --- a/media-libs/libchamplain/libchamplain-0.12.11.ebuild +++ b/media-libs/libchamplain/libchamplain-0.12.11.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain" SLOT="0.12" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug +gtk +introspection vala" REQUIRED_USE="vala? ( introspection )"