diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-09-25 21:04:07 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-09-25 21:04:20 +0200 |
commit | b39de216d8c5c71da68b300bef8b5ea7c44b549a (patch) | |
tree | f018246893b3100d2b17d317b9f20af3aa076694 /app-arch/lz4 | |
parent | net-libs/zeromq: stable 4.2.2-r2 for ia64, bug #618522 (diff) | |
download | gentoo-b39de216d8c5c71da68b300bef8b5ea7c44b549a.tar.gz gentoo-b39de216d8c5c71da68b300bef8b5ea7c44b549a.tar.bz2 gentoo-b39de216d8c5c71da68b300bef8b5ea7c44b549a.zip |
app-arch/lz4: marked ~x64-macos
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/lz4-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild index 93a775dff04e..17840895424d 100644 --- a/app-arch/lz4/lz4-1.8.0.ebuild +++ b/app-arch/lz4/lz4-1.8.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH=dev else SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Extremely Fast Compression algorithm" |