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 45734138350 for ; Mon, 10 Feb 2020 21:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37DBDE0827; Mon, 10 Feb 2020 21:25:12 +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 1D903E0827 for ; Mon, 10 Feb 2020 21:25:12 +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 257C334E9E2 for ; Mon, 10 Feb 2020 21:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B1812F for ; Mon, 10 Feb 2020 21:25:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581369886.f084deb450838903318f08f9fdefacf9bb0367a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild media-libs/gexiv2/gexiv2-0.12.0.ebuild media-libs/gexiv2/gexiv2-9999.ebuild X-VCS-Directories: media-libs/gexiv2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f084deb450838903318f08f9fdefacf9bb0367a2 X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:25:09 +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: 2abcfc38-7037-4e60-ab81-70db97cc0ec6 X-Archives-Hash: 8d59e834d2a2be5176cbf34059e50959 commit: f084deb450838903318f08f9fdefacf9bb0367a2 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 21:06:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 21:24:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f084deb4 media-libs/gexiv2: Remove py2 Signed-off-by: Michał Górny gentoo.org> media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild | 2 +- media-libs/gexiv2/gexiv2-0.12.0.ebuild | 2 +- media-libs/gexiv2/gexiv2-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild index 56d2388ef9f..ad42730fb37 100644 --- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit meson python-r1 vala xdg-utils diff --git a/media-libs/gexiv2/gexiv2-0.12.0.ebuild b/media-libs/gexiv2/gexiv2-0.12.0.ebuild index 10707cbef09..e496ad32ab1 100644 --- a/media-libs/gexiv2/gexiv2-0.12.0.ebuild +++ b/media-libs/gexiv2/gexiv2-0.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-r1 vala diff --git a/media-libs/gexiv2/gexiv2-9999.ebuild b/media-libs/gexiv2/gexiv2-9999.ebuild index 10707cbef09..e496ad32ab1 100644 --- a/media-libs/gexiv2/gexiv2-9999.ebuild +++ b/media-libs/gexiv2/gexiv2-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-r1 vala