diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:03:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-20 14:03:04 +0300 |
commit | 764065b38ff16d89e2313c7b1510ad9f48f6f12f (patch) | |
tree | 18f66d87471d536884089a128a7dfe3b69b504d2 /sci-libs/libxc | |
parent | sci-libs/ceres-solver: amd64 stable wrt bug #685046 (diff) | |
download | gentoo-764065b38ff16d89e2313c7b1510ad9f48f6f12f.tar.gz gentoo-764065b38ff16d89e2313c7b1510ad9f48f6f12f.tar.bz2 gentoo-764065b38ff16d89e2313c7b1510ad9f48f6f12f.zip |
sci-libs/libxc: amd64 stable wrt bug #685046
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sci-libs/libxc')
-rw-r--r-- | sci-libs/libxc/libxc-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libxc/libxc-2.2.3.ebuild b/sci-libs/libxc/libxc-2.2.3.ebuild index 527f29e46918..819d15daee4d 100644 --- a/sci-libs/libxc/libxc-2.2.3.ebuild +++ b/sci-libs/libxc/libxc-2.2.3.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=5 @@ -15,7 +15,7 @@ SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" IUSE="fortran static-libs -test" S="${WORKDIR}"/${MY_P} |