diff options
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} |