diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 21:49:16 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 21:49:16 +0200 |
commit | 4aebe55f8c434205f2ea3d28ffacb834a401bc1f (patch) | |
tree | fadc59867881a35f4602728bc5911e7d96e46511 /app-text/html2text | |
parent | sci-mathematics/acl2: need to rebuild ACL2 "core" on sbcl update (diff) | |
download | gentoo-4aebe55f8c434205f2ea3d28ffacb834a401bc1f.tar.gz gentoo-4aebe55f8c434205f2ea3d28ffacb834a401bc1f.tar.bz2 gentoo-4aebe55f8c434205f2ea3d28ffacb834a401bc1f.zip |
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/html2text-2.0.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/html2text/html2text-2.1.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/html2text/html2text-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-text/html2text/html2text-2.0.1.ebuild b/app-text/html2text/html2text-2.0.1.ebuild index 4db07c0f558c..811f861522fd 100644 --- a/app-text/html2text/html2text-2.0.1.ebuild +++ b/app-text/html2text/html2text-2.0.1.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}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" fi DESCRIPTION="HTML to text converter" diff --git a/app-text/html2text/html2text-2.1.1.ebuild b/app-text/html2text/html2text-2.1.1.ebuild index 2dcd3b356fa1..40e02951c127 100644 --- a/app-text/html2text/html2text-2.1.1.ebuild +++ b/app-text/html2text/html2text-2.1.1.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}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" fi DESCRIPTION="HTML to text converter" diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild index 8c70acd6d9b5..d24191e86e26 100644 --- a/app-text/html2text/html2text-9999.ebuild +++ b/app-text/html2text/html2text-9999.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}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" fi DESCRIPTION="HTML to text converter" |