diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 22:11:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 22:11:50 +0300 |
commit | f4cecd1cec361946c4c5b64af0b7e1b6ec00d6b1 (patch) | |
tree | 97c5d150a740ec59f8d6a65bf58af7dc9e716512 /dev-util | |
parent | media-gfx/imagemagick: Stabilize 7.1.1.6 hppa, #905295 (diff) | |
download | gentoo-f4cecd1cec361946c4c5b64af0b7e1b6ec00d6b1.tar.gz gentoo-f4cecd1cec361946c4c5b64af0b7e1b6ec00d6b1.tar.bz2 gentoo-f4cecd1cec361946c4c5b64af0b7e1b6ec00d6b1.zip |
dev-util/blueprint-compiler: Stabilize 0.6.0-r1 amd64, #905332
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild index 26026e99abb1..852b7a270164 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.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+" |