Install this version:
emerge -a =dev-libs/librs232-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/librs232-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/librs232-9999
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit git-r3 autotools
DESCRIPTION="multiplatform library for serial communications over RS-232 (serial port)"
HOMEPAGE="https://github.com/srdgame/librs232"
EGIT_REPO_URI="https://github.com/srdgame/librs232"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="lua"
DEPEND="
virtual/pkgconfig"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf \
$(use_enable lua)
}
Manage flags for this package:
euse -i <flag> -p dev-libs/librs232 |
euse -E <flag> -p dev-libs/librs232 |
euse -D <flag> -p dev-libs/librs232