diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-24 17:18:35 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-24 17:18:35 +0000 |
commit | 17e9e2436b5c3a7094d5f6933f7485a0069a1488 (patch) | |
tree | cf1a3551a0c3da61ca45e33f39972dcdbd1f4d0d /sci-electronics/ghdl | |
parent | dev-util/0xtools: Stabilize 1.2.4 amd64, #916221 (diff) | |
download | gentoo-17e9e2436b5c3a7094d5f6933f7485a0069a1488.tar.gz gentoo-17e9e2436b5c3a7094d5f6933f7485a0069a1488.tar.bz2 gentoo-17e9e2436b5c3a7094d5f6933f7485a0069a1488.zip |
sci-electronics/ghdl: Stabilize 3.0.0 amd64, #916223
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-electronics/ghdl')
-rw-r--r-- | sci-electronics/ghdl/ghdl-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/ghdl/ghdl-3.0.0.ebuild b/sci-electronics/ghdl/ghdl-3.0.0.ebuild index 43091157283f..6f2fa17fb6c8 100644 --- a/sci-electronics/ghdl/ghdl-3.0.0.ebuild +++ b/sci-electronics/ghdl/ghdl-3.0.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/ghdl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+" |