diff options
Diffstat (limited to 'sci-libs')
-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 )" |