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 DACD1139694 for ; Mon, 17 Apr 2017 16:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28663E0CE2; Mon, 17 Apr 2017 16:49:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF0C2E0CE3 for ; Mon, 17 Apr 2017 16:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7F4D63412CB for ; Mon, 17 Apr 2017 16:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 168A17437 for ; Mon, 17 Apr 2017 16:49:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492447713.46a9760b123c56c1fda0bc665c08724dfb08c5bf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/liferea/liferea-1.12_rc3.ebuild X-VCS-Directories: net-news/liferea/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 46a9760b123c56c1fda0bc665c08724dfb08c5bf X-VCS-Branch: master Date: Mon, 17 Apr 2017 16:49: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-Archives-Salt: 67f6a038-b396-42eb-9c1f-43bf6a1502fd X-Archives-Hash: 4b9bb991901b5b23333dc795d0139a79 commit: 46a9760b123c56c1fda0bc665c08724dfb08c5bf Author: David Seifert gentoo org> AuthorDate: Mon Apr 17 16:46:18 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Apr 17 16:48:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a9760b net-news/liferea: Port to python-single-r1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4434 net-news/liferea/liferea-1.12_rc3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/liferea/liferea-1.12_rc3.ebuild b/net-news/liferea/liferea-1.12_rc3.ebuild index 1e918087315..e1ffa64b021 100644 --- a/net-news/liferea/liferea-1.12_rc3.ebuild +++ b/net-news/liferea/liferea-1.12_rc3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" PYTHON_COMPAT=( python3_{4,5} ) -inherit autotools gnome2 pax-utils python-r1 +inherit autotools gnome2 pax-utils python-single-r1 MY_P=${P/_/-} MY_PV=${PV/_/-}