diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:44:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:05 +0100 |
commit | 9048064802bf9c2b7af15fe9b4630f8b27248b56 (patch) | |
tree | 741d34bf86ae5dd466a3b393ff960d71debbf37d /dev-libs/libqtxdg | |
parent | dev-lang/R: Stabilize 4.0.5-r1 amd64, #801145 (diff) | |
download | gentoo-9048064802bf9c2b7af15fe9b4630f8b27248b56.tar.gz gentoo-9048064802bf9c2b7af15fe9b4630f8b27248b56.tar.bz2 gentoo-9048064802bf9c2b7af15fe9b4630f8b27248b56.zip |
dev-libs/libqtxdg: Stabilize 3.7.1 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-3.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.7.1.ebuild b/dev-libs/libqtxdg/libqtxdg-3.7.1.ebuild index ef6c277b7552..4e43d8883006 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.7.1.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.7.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 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |