From 76c8faf26ba8800a930e17b4a305b7d7c7c590e1 Mon Sep 17 00:00:00 2001 From: roku Date: Fri, 24 Jan 2025 02:22:14 +0100 Subject: [PATCH] media-gfx/oculante: fix missing binary :D --- .../{oculante-0.9.2.ebuild => oculante-0.9.2-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename media-gfx/oculante/{oculante-0.9.2.ebuild => oculante-0.9.2-r1.ebuild} (99%) diff --git a/media-gfx/oculante/oculante-0.9.2.ebuild b/media-gfx/oculante/oculante-0.9.2-r1.ebuild similarity index 99% rename from media-gfx/oculante/oculante-0.9.2.ebuild rename to media-gfx/oculante/oculante-0.9.2-r1.ebuild index 72104cd..6e2dd9f 100644 --- a/media-gfx/oculante/oculante-0.9.2.ebuild +++ b/media-gfx/oculante/oculante-0.9.2-r1.ebuild @@ -946,8 +946,12 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" +# rust does not use *FLAGS from make.conf, silence portage warning +QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_PRESTRIPPED="usr/bin/${PN}" + src_install() { - default + cargo_src_install domenu "${S}/res/oculante.desktop" }