summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-24 23:43:50 +0100
committerSam James <sam@gentoo.org>2023-06-24 23:43:50 +0100
commit338659e5b9443b07eab7c372b8fc4c380aaaf0a0 (patch)
tree6521b7a3b94f44a1ac1de2973923871890800751 /dev-util/blueprint-compiler
parentapp-emacs/with-editor: Stabilize 3.3.0 amd64, #909101 (diff)
downloadgentoo-338659e5b9443b07eab7c372b8fc4c380aaaf0a0.tar.gz
gentoo-338659e5b9443b07eab7c372b8fc4c380aaaf0a0.tar.bz2
gentoo-338659e5b9443b07eab7c372b8fc4c380aaaf0a0.zip
dev-util/blueprint-compiler: Stabilize 0.8.1 amd64, #909097
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/blueprint-compiler')
-rw-r--r--dev-util/blueprint-compiler/blueprint-compiler-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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+"