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 9E7D41388BF for ; Fri, 19 Feb 2016 09:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B8C121C077; Fri, 19 Feb 2016 09:44:50 +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 72CCF21C077 for ; Fri, 19 Feb 2016 09:44:49 +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 93965340DE8 for ; Fri, 19 Feb 2016 09:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB41D1607 for ; Fri, 19 Feb 2016 09:44:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1455875075.e7901389b621c031afe4f90e069c297225ecc116.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/quiterss/quiterss-9999.ebuild X-VCS-Directories: net-news/quiterss/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e7901389b621c031afe4f90e069c297225ecc116 X-VCS-Branch: master Date: Fri, 19 Feb 2016 09:44:45 +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: b49323c1-971f-4eb2-b6a1-bfb3e93310cc X-Archives-Hash: 86d4ee34dde26a3670a92cb6067532f7 commit: e7901389b621c031afe4f90e069c297225ecc116 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 19 09:43:35 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 19 09:44:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7901389 net-news/quiterss: port to EAPI 6 Package-Manager: portage-2.2.27 net-news/quiterss/quiterss-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/quiterss/quiterss-9999.ebuild b/net-news/quiterss/quiterss-9999.ebuild index 6021612..b2ece10 100644 --- a/net-news/quiterss/quiterss-9999.ebuild +++ b/net-news/quiterss/quiterss-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PLOCALES="ar bg cs de el_GR es fa fi fr gl he hi hu it ja ko lt nl pl pt_BR pt_PT ro_RO ru sk sr sv tg_TJ th_TH tr uk vi zh_CN zh_TW" inherit eutils l10n fdo-mime gnome2-utils qmake-utils @@ -48,7 +48,7 @@ src_prepare() { sed -i -e "s:lang/${PN}_${1}.ts::" lang/lang.pri || die } - epatch_user + default # dedicated english locale file is not installed at all rm "lang/${PN}_en.ts" || die