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 17BFB1382C5 for ; Mon, 18 May 2020 14:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490D9E0833; Mon, 18 May 2020 14:01:00 +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 2BAC5E0835 for ; Mon, 18 May 2020 14:01:00 +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 4C23434EF94 for ; Mon, 18 May 2020 14:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3D98250 for ; Mon, 18 May 2020 14:00:55 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1589810437.aae9e7d74f1a8c56149976f7f904278a87154dd0.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/po4a/po4a-0.57.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: aae9e7d74f1a8c56149976f7f904278a87154dd0 X-VCS-Branch: master Date: Mon, 18 May 2020 14:00:55 +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: 6bf2f20f-bb83-47dd-95af-4b4302b8ebda X-Archives-Hash: 8336f57158c30133a281ae1f29b1e17a commit: aae9e7d74f1a8c56149976f7f904278a87154dd0 Author: Akinori Hattori gentoo org> AuthorDate: Mon May 18 14:00:37 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon May 18 14:00:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9e7d7 app-text/po4a: tidy Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-text/po4a/po4a-0.57.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild index 1292f24f256..bb0c4761feb 100644 --- a/app-text/po4a/po4a-0.57.ebuild +++ b/app-text/po4a/po4a-0.57.ebuild @@ -4,13 +4,13 @@ EAPI="7" PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sv uk vi zh_CN zh_HK" -inherit perl-module l10n +inherit l10n perl-module DESCRIPTION="Tools to ease the translation of documentation" HOMEPAGE="https://po4a.org/" SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="test"