Install this version:
emerge -a =sys-apps/openpt-1.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/openpt-1.0.1
Or alternatively:
emerge --autounmask-write -a =sys-apps/openpt-1.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.1 | 8 | ~amd64 | 0 |
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="start program in a new pseudo-terminal"
HOMEPAGE="https://hacktivis.me/git/openpt"
SRC_URI="https://distfiles.hacktivis.me/releases/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="MPL-2.0"
SLOT="0"
IUSE="static"
src_compile() {
use static && export LDFLAGS="${LDFLAGS} -static"
default
}
src_install() {
PREFIX='/usr' default
}
Manage flags for this package:
euse -i <flag> -p sys-apps/openpt |
euse -E <flag> -p sys-apps/openpt |
euse -D <flag> -p sys-apps/openpt
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | openpt-1.0.1.tar.gz | 2840 bytes | https://distfiles.hacktivis.me/releases/openpt/openpt-1.0.1.tar.gz |