diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-10 10:04:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-10 10:04:06 +0100 |
commit | f8af81fb58ad2d8ef429d2064da70ffa739cbc87 (patch) | |
tree | db34ffc97b2338a60ffb98b56ec802357bd3d2e6 /dev-libs/oniguruma | |
parent | dev-lang/php: stable 7.3.8 for ia64, bug #691564 (diff) | |
download | gentoo-f8af81fb58ad2d8ef429d2064da70ffa739cbc87.tar.gz gentoo-f8af81fb58ad2d8ef429d2064da70ffa739cbc87.tar.bz2 gentoo-f8af81fb58ad2d8ef429d2064da70ffa739cbc87.zip |
dev-libs/oniguruma: stable 6.9.3 for ia64, bug #691832
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/oniguruma')
-rw-r--r-- | dev-libs/oniguruma/oniguruma-6.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/oniguruma/oniguruma-6.9.3.ebuild b/dev-libs/oniguruma/oniguruma-6.9.3.ebuild index f9823d3550bb..632eea6ffddc 100644 --- a/dev-libs/oniguruma/oniguruma-6.9.3.ebuild +++ b/dev-libs/oniguruma/oniguruma-6.9.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0/5" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="crnl-as-line-terminator static-libs" S="${WORKDIR}/${MY_P}" |