diff options
author | 2024-12-28 08:52:37 +0000 | |
---|---|---|
committer | 2024-12-28 08:52:37 +0000 | |
commit | 63483d669e54626e5a6febf109be3a38075dde81 (patch) | |
tree | fcc3de22b76cdd96aa76054e09eae01ae2e44180 /dev-libs | |
parent | dev-util/hyprwayland-scanner: Stabilize 0.4.2 amd64, #947028 (diff) | |
download | gentoo-63483d669e54626e5a6febf109be3a38075dde81.tar.gz gentoo-63483d669e54626e5a6febf109be3a38075dde81.tar.bz2 gentoo-63483d669e54626e5a6febf109be3a38075dde81.zip |
dev-libs/libqtxdg: Stabilize 4.0.1 amd64, #947036
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild index 8a3e5e971426..b187e136e80b 100644 --- a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |