diff options
author | 2024-09-01 22:27:55 +0100 | |
---|---|---|
committer | 2024-09-01 22:27:55 +0100 | |
commit | de1ce993271c8cfcc81934d3eb0454ee2292fdc4 (patch) | |
tree | 0d81c6fdb654394945e7e2f796c52c627c150191 | |
parent | app-arch/lxqt-archiver: Stabilize 1.0.0 amd64, #938702 (diff) | |
download | gentoo-de1ce993271c8cfcc81934d3eb0454ee2292fdc4.tar.gz gentoo-de1ce993271c8cfcc81934d3eb0454ee2292fdc4.tar.bz2 gentoo-de1ce993271c8cfcc81934d3eb0454ee2292fdc4.zip |
dev-libs/libqtxdg: Stabilize 4.0.0 amd64, #938702
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild index 224fc7c6f982..a2af811db096 100644 --- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-4.0.0.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 ~riscv" + KEYWORDS="amd64 ~arm64 ~loong ~riscv" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |