diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-11-19 10:41:32 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-11-19 12:50:15 +0800 |
commit | b9759db5a167945ff35fad8629a2144561339911 (patch) | |
tree | 94ce2d9a64f44c6443056383fd5af52df505dfc4 /sci-libs | |
parent | dev-util/nvidia-cuda-toolkit: drop 11.5.1-r1, 11.6.0, 11.6.1, 11.6.2, 11.7.0-r2 (diff) | |
download | gentoo-b9759db5a167945ff35fad8629a2144561339911.tar.gz gentoo-b9759db5a167945ff35fad8629a2144561339911.tar.bz2 gentoo-b9759db5a167945ff35fad8629a2144561339911.zip |
sci-libs/coinor-sample: keyword 1.2.12 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild index 58c9923f0977..d35fcf1e642e 100644 --- a/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild +++ b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/coin-or-tools/Data-Sample/" SRC_URI="https://github.com/coin-or-tools/${MY_PN}/archive/releases/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~loong ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}/${MY_PN}-releases-${PV}" |