diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-09-19 21:23:56 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-19 21:06:51 +0100 |
commit | 905a76ff314302c71baf54f203d139dd0b4e650d (patch) | |
tree | 653b756f62c5e86f36f6063e63212e306c64d3a6 /sys-devel/gettext | |
parent | sys-apps/kmod: Stabilize 27-r2 amd64, #736723 (diff) | |
download | gentoo-905a76ff314302c71baf54f203d139dd0b4e650d.tar.gz gentoo-905a76ff314302c71baf54f203d139dd0b4e650d.tar.bz2 gentoo-905a76ff314302c71baf54f203d139dd0b4e650d.zip |
sys-devel/gettext: stable 0.21 for hppa, bug #717936
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild index 07122723a586..69f65e5140a1 100644 --- a/sys-devel/gettext/gettext-0.21.ebuild +++ b/sys-devel/gettext/gettext-0.21.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then S="${WORKDIR}/${P/_/-}" else SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" fi # Only libasprintf is under the LGPL (and libintl is in a sep package), # so put that license behind USE=cxx. |