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 8130E138330 for ; Sat, 13 Jan 2018 12:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 368F0E0A6A; Sat, 13 Jan 2018 12:13:48 +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 1197CE0A6A for ; Sat, 13 Jan 2018 12:13:48 +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 D37CC335C62 for ; Sat, 13 Jan 2018 12:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DCE1C3 for ; Sat, 13 Jan 2018 12:13:42 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1515845548.0329944447e460a19a7b7f58834d9ae1fde6c02f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goocanvas/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/goocanvas/goocanvas-2.0.4.ebuild X-VCS-Directories: x11-libs/goocanvas/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0329944447e460a19a7b7f58834d9ae1fde6c02f X-VCS-Branch: master Date: Sat, 13 Jan 2018 12:13:42 +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: 93454a7f-aa4d-478c-ad3b-f5519b418803 X-Archives-Hash: 0b985451eaf08b6c18b0a7b3741e4d55 commit: 0329944447e460a19a7b7f58834d9ae1fde6c02f Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Jan 13 11:41:20 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 13 12:12:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03299444 x11-libs/goocanvas: stable 2.0.4 for sparc, bug #631656 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" x11-libs/goocanvas/goocanvas-2.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild b/x11-libs/goocanvas/goocanvas-2.0.4.ebuild index 2d7cc282da6..af360bb3fb6 100644 --- a/x11-libs/goocanvas/goocanvas-2.0.4.ebuild +++ b/x11-libs/goocanvas/goocanvas-2.0.4.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/GooCanvas" LICENSE="LGPL-2" SLOT="2.0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="examples +introspection python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"