dev-cpp/robotraconteur-companion: improve ebuild

Signed-off-by: John Wason <wason@wasontech.com>
This commit is contained in:
John Wason
2025-12-19 03:19:26 +00:00
parent 3a57e19ceb
commit 74f75d2e42
2 changed files with 3 additions and 17 deletions

View File

@@ -4,10 +4,6 @@
<name>John Wason</name>
<email>wason@wasontech.com</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">robotraconteur/robotraconteur_companion</remote-id>
<bugs-to>https://github.com/robotraconteur/robotraconteur_companion/issues</bugs-to>

View File

@@ -13,13 +13,11 @@ S="${WORKDIR}/RobotRaconteurCompanion-${PV}-Source"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
KEYWORDS="~amd64 ~arm64"
DEPEND="dev-libs/boost
DEPEND="dev-libs/boost:=
dev-libs/openssl
dev-build/cmake
dev-cpp/yaml-cpp
dev-cpp/yaml-cpp:=
dev-cpp/eigen
dev-cpp/robotraconteur
"
@@ -34,11 +32,3 @@ local mycmakeargs=(
)
cmake_src_configure
}
src_compile() {
cmake_src_compile
}
src_install() {
cmake_src_install
}