diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:57:20 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:57:20 +0000 |
commit | 7f258957677f14e23e94b2b3f42525d08730e365 (patch) | |
tree | d4650c438757477fb1d1adb45aa42162846fbd1e /app-text/html2text | |
parent | app-xemacs/ess: Stabilize 1.18 ppc, #945619 (diff) | |
download | gentoo-7f258957677f14e23e94b2b3f42525d08730e365.tar.gz gentoo-7f258957677f14e23e94b2b3f42525d08730e365.tar.bz2 gentoo-7f258957677f14e23e94b2b3f42525d08730e365.zip |
app-text/html2text: Stabilize 2.2.3 ppc64, #945622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/html2text-2.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/html2text/html2text-2.2.3.ebuild b/app-text/html2text/html2text-2.2.3.ebuild index bdbfd86aa8b0..93784df9d57a 100644 --- a/app-text/html2text/html2text-2.2.3.ebuild +++ b/app-text/html2text/html2text-2.2.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/grobian/html2text.git" else SRC_URI="https://github.com/grobian/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTML to text converter" |