diff options
author | Horea Christian <chr@chymera.eu> | 2020-09-27 04:47:07 -0400 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2020-09-27 04:47:07 -0400 |
commit | c18f708b481a6b50c344599ffc8e4b880f0a5beb (patch) | |
tree | 165319c4df626f025ab1b68df88031d237f484b6 /sci-biology/lastz | |
parent | sci-biology/samri: PYTHON_COMPAT and live ebuild update (diff) | |
download | sci-c18f708b481a6b50c344599ffc8e4b880f0a5beb.tar.gz sci-c18f708b481a6b50c344599ffc8e4b880f0a5beb.tar.bz2 sci-c18f708b481a6b50c344599ffc8e4b880f0a5beb.zip |
sci-biology/lastz: updated KEYWORDS
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology/lastz')
-rw-r--r-- | sci-biology/lastz/lastz-1.04.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/lastz/lastz-1.04.00.ebuild b/sci-biology/lastz/lastz-1.04.00.ebuild index 6acd3d39c..35b6ca0a3 100644 --- a/sci-biology/lastz/lastz-1.04.00.ebuild +++ b/sci-biology/lastz/lastz-1.04.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://www.bx.psu.edu/~rsharris/lastz/newer/${P}.tar.gz" SLOT="0" LICENSE="all-rights-reserved" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/lastz-distrib-"${PV}" |