Install this version:
emerge -a =media-libs/libnoise-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libnoise-1.0
Or alternatively:
emerge --autounmask-write -a =media-libs/libnoise-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Coherent-noise generation library (OrcaSlicer fork with modern CMake)"
HOMEPAGE="https://github.com/SoftFever/Orca-deps-libnoise"
SRC_URI="https://github.com/SoftFever/Orca-deps-libnoise/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Orca-deps-${PN}-${PV}"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libnoise-1.0.tar.gz | 207590 bytes | https://github.com/SoftFever/Orca-deps-libnoise/archive/refs/tags/1.0.tar.gz |