diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-06 17:21:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-06 17:34:59 +0000 |
commit | a01a161c4830a0986126c09d4cd3d613193064ab (patch) | |
tree | 6a0cb7402bc7a7c0eab7bed48eb3ab6c0648c282 /sys-devel/automake | |
parent | net-misc/openntpd: keyworded 6.8_p1-r1 for sparc, bug #763963 (diff) | |
download | gentoo-a01a161c4830a0986126c09d4cd3d613193064ab.tar.gz gentoo-a01a161c4830a0986126c09d4cd3d613193064ab.tar.bz2 gentoo-a01a161c4830a0986126c09d4cd3d613193064ab.zip |
sys-devel/automake: stable 1.16.2-r1 for hppa, bug #725354
Package-Manager: Portage-3.0.12, Repoman-3.0.2
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/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.2-r1.ebuild b/sys-devel/automake/automake-1.16.2-r1.ebuild index 46847c143d20..946468a86a1c 100644 --- a/sys-devel/automake/automake-1.16.2-r1.ebuild +++ b/sys-devel/automake/automake-1.16.2-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" if [[ ${PV/_beta} == ${PV} ]]; then MY_P="${P}" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz |