diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-18 10:43:28 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-18 11:05:34 +0100 |
commit | 4df5642eb609c654e2680ccb509a5b1239cfe11e (patch) | |
tree | 18df4e77c5cc745861bc97b158d185b4ab9a0e38 /media-libs/libffado | |
parent | sys-libs/libavc1394: keyword 0.5.4-r2 for ~riscv (diff) | |
download | gentoo-4df5642eb609c654e2680ccb509a5b1239cfe11e.tar.gz gentoo-4df5642eb609c654e2680ccb509a5b1239cfe11e.tar.bz2 gentoo-4df5642eb609c654e2680ccb509a5b1239cfe11e.zip |
media-libs/libffado: keyword 2.4.4-r1 for -riscv
src_configure dies with
"Trying to find the system triple: admin/config.guess: unable to guess system type
This script, last modified 2013-06-10, has failed to recognize
the operating system you are using."
With the latest config.guess version from
https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
(dated 2021-06-03 at the time of me writing this) the ebuild emerges
fine but - but the two versions differ so much that I'd rather have the
maintainers decide if they want to update this file or not.
Bug: https://bugs.gentoo.org/808853
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-libs/libffado')
-rw-r--r-- | media-libs/libffado/libffado-2.4.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libffado/libffado-2.4.4-r1.ebuild b/media-libs/libffado/libffado-2.4.4-r1.ebuild index 4baea5208b92..1945430cb85d 100644 --- a/media-libs/libffado/libffado-2.4.4-r1.ebuild +++ b/media-libs/libffado/libffado-2.4.4-r1.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" = "9999" ]]; then ESVN_REPO_URI="http://subversion.ffado.org/ffado/trunk/${PN}" else SRC_URI="http://www.ffado.org/files/${P}.tgz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv x86" fi LICENSE="GPL-2 GPL-3" |