diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-08-20 22:37:55 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:34:02 +1000 |
commit | 9a47337415513f12d068e87f9f7681b8cfc53afa (patch) | |
tree | 5236fc1bd971b8ee0faa62d199eaa355c88ef56f /sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | |
parent | media-libs/libzmf: added ~arm64 keyword (diff) | |
download | gentoo-9a47337415513f12d068e87f9f7681b8cfc53afa.tar.gz gentoo-9a47337415513f12d068e87f9f7681b8cfc53afa.tar.bz2 gentoo-9a47337415513f12d068e87f9f7681b8cfc53afa.zip |
sci-mathematics/lpsolve: added ~arm64 keyword
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild')
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild index b5d43145ba47..dd828ca40d5a 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,7 +9,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="sci-libs/colamd" |