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 D23D21382C5 for ; Tue, 8 Dec 2020 18:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21240E0883; Tue, 8 Dec 2020 18:25:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0674CE0883 for ; Tue, 8 Dec 2020 18:25:50 +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 D5B50340D73 for ; Tue, 8 Dec 2020 18:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83E6946C for ; Tue, 8 Dec 2020 18:25:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607451939.1fd144ff022e4c3349f0f7eee85c478f3447db8f.sam@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.61-r1.ebuild app-text/po4a/po4a-0.61.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1fd144ff022e4c3349f0f7eee85c478f3447db8f X-VCS-Branch: master Date: Tue, 8 Dec 2020 18:25:48 +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: b9a3cae1-729c-4489-a71e-9d2605cf91d2 X-Archives-Hash: f3940cfd9612d0079d494671a68779ad commit: 1fd144ff022e4c3349f0f7eee85c478f3447db8f Author: Sam James gentoo org> AuthorDate: Tue Dec 8 18:25:39 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 8 18:25:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd144ff app-text/po4a: fix tree breakage (restore old version) We can't drop ~riscv from all po4a versions without breaking the dependency graph. Restoring the old version (and shifting the new one to -r1) until rekeywording is complete to fix tree consistency. Bug: https://bugs.gentoo.org/759049 Fixes: 1b726f16b1f8b831e1e0b24880414fca2c133705 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/po4a/{po4a-0.61.ebuild => po4a-0.61-r1.ebuild} | 0 app-text/po4a/po4a-0.61.ebuild | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61-r1.ebuild similarity index 100% copy from app-text/po4a/po4a-0.61.ebuild copy to app-text/po4a/po4a-0.61-r1.ebuild diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild index ce4c88c02b9..f17215b23e4 100644 --- a/app-text/po4a/po4a-0.61.ebuild +++ b/app-text/po4a/po4a-0.61.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +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" RESTRICT="!test? ( test )" @@ -24,8 +24,7 @@ RDEPEND="app-text/opensp dev-perl/Text-WrapI18N dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny - sys-devel/gettext - virtual/perl-Pod-Parser" + sys-devel/gettext" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets