diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-12 16:45:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-12 16:45:31 +0200 |
commit | 36affad317ced3bb7763c2355f1de6cf9bb53447 (patch) | |
tree | 43604f02225fdcebc52cb7c004076114b59ee734 /dev-util | |
parent | dev-lang/algol68g: Stabilize 3.5.5 amd64, #941291 (diff) | |
download | gentoo-36affad317ced3bb7763c2355f1de6cf9bb53447.tar.gz gentoo-36affad317ced3bb7763c2355f1de6cf9bb53447.tar.bz2 gentoo-36affad317ced3bb7763c2355f1de6cf9bb53447.zip |
dev-util/blueprint-compiler: Stabilize 0.14.0 amd64, #941292
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/blueprint-compiler/blueprint-compiler-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.14.0.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.14.0.ebuild index 0aae97c3e8e7..0627fff78fe8 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-0.14.0.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-0.14.0.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://gitlab.gnome.org/jwestman/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi LICENSE="LGPL-3+" |