commit: 338659e5b9443b07eab7c372b8fc4c380aaaf0a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 22:43:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 22:43:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338659e5
dev-util/blueprint-compiler: Stabilize 0.8.1 amd64, #909097
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild
b/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild
index d93144b69f51..4b1218894eed 100644
--- a/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild
+++ b/dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
else
SRC_URI="https://gitlab.gnome.org/jwestman/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}"/${PN}-v${PV}
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="LGPL-3+"