commit: 8196daf80c7137abb6640ede8ff237f6bf73bf96 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Aug 17 09:29:55 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Aug 17 09:36:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8196daf8
sys-libs/libfaketime: keyword for -riscv Doesn't work properly on this arch, same problems as reported here: https://github.com/wolfcw/libfaketime/issues/335 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ sys-libs/libfaketime/libfaketime-0.9.6-r3.ebuild | 2 +- sys-libs/libfaketime/libfaketime-0.9.9.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 4f542ef65e8..89d69613275 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-08-17) +# sys-libs/libfaketime does not work properly on this arch +sys-auth/sssd test + # Marek Szuba <[email protected]> (2021-08-14) # virtual/mysql & co. round-up: # dev-db/mariadb fails tests here, see Bug #807995 diff --git a/sys-libs/libfaketime/libfaketime-0.9.6-r3.ebuild b/sys-libs/libfaketime/libfaketime-0.9.6-r3.ebuild index abb0ce44c96..b115280410e 100644 --- a/sys-libs/libfaketime/libfaketime-0.9.6-r3.ebuild +++ b/sys-libs/libfaketime/libfaketime-0.9.6-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wolfcw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 -riscv sparc x86" src_prepare() { default diff --git a/sys-libs/libfaketime/libfaketime-0.9.9.ebuild b/sys-libs/libfaketime/libfaketime-0.9.9.ebuild index 6f985492cd6..332eb881b2b 100644 --- a/sys-libs/libfaketime/libfaketime-0.9.9.ebuild +++ b/sys-libs/libfaketime/libfaketime-0.9.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wolfcw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -riscv ~sparc ~x86" src_prepare() { default
