diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-26 21:42:14 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-26 21:42:14 +0100 |
commit | af1939b83cc54820556c8b2b0aa8572c6e44ffb9 (patch) | |
tree | e9abc86bd96b0660d741e3eb1693aac9053c5c4d | |
parent | sys-devel/gcc: ppc stable wrt bug #765730 (diff) | |
download | gentoo-af1939b83cc54820556c8b2b0aa8572c6e44ffb9.tar.gz gentoo-af1939b83cc54820556c8b2b0aa8572c6e44ffb9.tar.bz2 gentoo-af1939b83cc54820556c8b2b0aa8572c6e44ffb9.zip |
dev-java/hamcrest-library: ppc64 stable wrt bug #775638
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild index a19db7fcea85..b26fd124cfcb 100644 --- a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild +++ b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" CDEPEND=" dev-java/hamcrest-generator:${SLOT} |