Install this version:
emerge -a =sys-apps/rw-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/rw-1.0
Or alternatively:
emerge --autounmask-write -a =sys-apps/rw-1.0
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION="A dd replacement from the Sortix operating system"
HOMEPAGE="https://sortix.org/rw/"
SRC_URI="https://sortix.org/rw/release/${PN}-portable-${PV}.tar.gz"
MY_P="${PN}-portable-${PV}"
S="${WORKDIR}/${MY_P}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rw-portable-1.0.tar.gz | 12993 bytes | https://sortix.org/rw/release/rw-portable-1.0.tar.gz |