diff options
author | Sam James <sam@gentoo.org> | 2024-01-23 15:06:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-23 15:06:16 +0000 |
commit | 7ca3eeccf8821e93dd95edc4e995f73d00544923 (patch) | |
tree | d268e011d952a6021ddcc2bce5bcd8f624c35093 /sci-electronics | |
parent | x11-base/xwayland: Stabilize 23.2.4 ppc, #922454 (diff) | |
download | gentoo-7ca3eeccf8821e93dd95edc4e995f73d00544923.tar.gz gentoo-7ca3eeccf8821e93dd95edc4e995f73d00544923.tar.bz2 gentoo-7ca3eeccf8821e93dd95edc4e995f73d00544923.zip |
sci-electronics/ghdl: Stabilize 4.0.0_pre20231218 amd64, #922728
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild b/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild index 84be680e666c..068afb77b62d 100644 --- a/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild +++ b/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+" |