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 E5B4E138334 for ; Sun, 17 Mar 2019 18:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F4DE08B0; Sun, 17 Mar 2019 18:13:10 +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 A28C2E08B0 for ; Sun, 17 Mar 2019 18:13:10 +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 27BDC335D0E for ; Sun, 17 Mar 2019 18:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92404569 for ; Sun, 17 Mar 2019 18:13:07 +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: <1552846358.0a322c0cea4d2b76c3e2682dc92f84d02db4c9e8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mypaint/mypaint-1.2.1-r3.ebuild X-VCS-Directories: media-gfx/mypaint/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0a322c0cea4d2b76c3e2682dc92f84d02db4c9e8 X-VCS-Branch: master Date: Sun, 17 Mar 2019 18:13:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1d31930-518b-43b1-bb15-566175fe8e82 X-Archives-Hash: 593c01d1ca72e8ef09a5c1de14660682 commit: 0a322c0cea4d2b76c3e2682dc92f84d02db4c9e8 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Mar 17 18:12:38 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Mar 17 18:12:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a322c0c media-gfx/mypaint: amd64 stable wrt bug #676552 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-gfx/mypaint/mypaint-1.2.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/mypaint/mypaint-1.2.1-r3.ebuild b/media-gfx/mypaint/mypaint-1.2.1-r3.ebuild index 43afe4219d7..d3156f6ad31 100644 --- a/media-gfx/mypaint/mypaint-1.2.1-r3.ebuild +++ b/media-gfx/mypaint/mypaint-1.2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE}