diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 15:38:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 16:09:41 +0100 |
commit | 87ec1229b05785c7e1827272e2c83817d655236f (patch) | |
tree | 24e49263c51b11d654daade95f2af2c2afe99085 /app-arch/lz4 | |
parent | sys-freebsd/freebsd-lib: Apply sys header fix only for USE=build (diff) | |
download | gentoo-87ec1229b05785c7e1827272e2c83817d655236f.tar.gz gentoo-87ec1229b05785c7e1827272e2c83817d655236f.tar.bz2 gentoo-87ec1229b05785c7e1827272e2c83817d655236f.zip |
app-arch/lz4: Tested on ~amd64-fbsd
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 5701142c50b3..6a58cc4aef1b 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 ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Extremely Fast Compression algorithm" |