diff options
author | 2019-10-07 10:37:12 +0200 | |
---|---|---|
committer | 2019-10-07 10:37:12 +0200 | |
commit | 7f22590a2133905485a3a96c575f511e89cb1883 (patch) | |
tree | 7b3f118958dc73ca7172ae82650066ebe696d11a /dev-libs/cvector/cvector-1.0.3.1.ebuild | |
parent | dev-lang/cfortran: amd64 stable wrt bug #696270 (diff) | |
download | gentoo-7f22590a2133905485a3a96c575f511e89cb1883.tar.gz gentoo-7f22590a2133905485a3a96c575f511e89cb1883.tar.bz2 gentoo-7f22590a2133905485a3a96c575f511e89cb1883.zip |
dev-libs/cvector: amd64 stable wrt bug #696272
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/cvector/cvector-1.0.3.1.ebuild')
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cvector/cvector-1.0.3.1.ebuild b/dev-libs/cvector/cvector-1.0.3.1.ebuild index 8ed823a39a98..7ba49966d09e 100644 --- a/dev-libs/cvector/cvector-1.0.3.1.ebuild +++ b/dev-libs/cvector/cvector-1.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_PN}-$(get_version_component_range LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P} |