diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:48 +0200 |
commit | 08839260d04266f6aaf4c871215e4617f7652934 (patch) | |
tree | 51536fe83a5f24b132d6b75f315923f5a53b6006 /sys-cluster | |
parent | sys-cluster/hpl: Sort KEYWORDS (diff) | |
download | gentoo-08839260d04266f6aaf4c871215e4617f7652934.tar.gz gentoo-08839260d04266f6aaf4c871215e4617f7652934.tar.bz2 gentoo-08839260d04266f6aaf4c871215e4617f7652934.zip |
sys-cluster/lspbs: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lspbs/lspbs-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild index e4aeaf9d1249..5da338aa2062 100644 --- a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild +++ b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -13,7 +13,7 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" src_install() { emake DESTDIR="${D}" install || die "install failed" |