diff options
author | 2025-02-04 14:16:48 +0000 | |
---|---|---|
committer | 2025-02-04 14:16:48 +0000 | |
commit | d3240da71c19d56b3f41f0dbf4234350d5dc2f5c (patch) | |
tree | 1866526faf38330c4f859a870b2d2de22eae2517 | |
parent | app-text/zathura: Stabilize 0.5.8 x86, #939743 (diff) | |
download | gentoo-d3240da71c19d56b3f41f0dbf4234350d5dc2f5c.tar.gz gentoo-d3240da71c19d56b3f41f0dbf4234350d5dc2f5c.tar.bz2 gentoo-d3240da71c19d56b3f41f0dbf4234350d5dc2f5c.zip |
dev-libs/girara: Stabilize 0.4.4 x86, #939743
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/girara/girara-0.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/girara/girara-0.4.4.ebuild b/dev-libs/girara/girara-0.4.4.ebuild index 3c3053168e30..9f30fcd9e81a 100644 --- a/dev-libs/girara/girara-0.4.4.ebuild +++ b/dev-libs/girara/girara-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="ZLIB" |