diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-08 13:21:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-08 13:21:20 +0100 |
commit | 43924ee1ab0e4bde5ad3e3de34645e4d251a688d (patch) | |
tree | 60480acf3cb8370cdf8829a2fe96f9a04eedd2b1 /sci-libs/libxc/libxc-5.1.7.ebuild | |
parent | sci-libs/gsl: Stabilize 2.7.1-r1 amd64, #830769 (diff) | |
download | gentoo-43924ee1ab0e4bde5ad3e3de34645e4d251a688d.tar.gz gentoo-43924ee1ab0e4bde5ad3e3de34645e4d251a688d.tar.bz2 gentoo-43924ee1ab0e4bde5ad3e3de34645e4d251a688d.zip |
sci-libs/libxc: Stabilize 5.1.7 amd64, #830770
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/libxc/libxc-5.1.7.ebuild')
-rw-r--r-- | sci-libs/libxc/libxc-5.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libxc/libxc-5.1.7.ebuild b/sci-libs/libxc/libxc-5.1.7.ebuild index 47698dd02b85..36073ef2e6eb 100644 --- a/sci-libs/libxc/libxc-5.1.7.ebuild +++ b/sci-libs/libxc/libxc-5.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/libxc/libxc/-/archive/${PV}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" IUSE="fortran test" RESTRICT="!test? ( test )" |