diff options
author | Sam James <sam@gentoo.org> | 2024-06-28 01:58:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 01:58:27 +0100 |
commit | 78c93d39f43b591646688c03cff0016a0cadc356 (patch) | |
tree | 509a86ffa0fa7174d87f85c153704e1bec5b8fc6 /net-libs/accounts-qt | |
parent | net-libs/accounts-qml: Stabilize 0.7_p20231028 x86, #935032 (diff) | |
download | gentoo-78c93d39f43b591646688c03cff0016a0cadc356.tar.gz gentoo-78c93d39f43b591646688c03cff0016a0cadc356.tar.bz2 gentoo-78c93d39f43b591646688c03cff0016a0cadc356.zip |
net-libs/accounts-qt: Stabilize 1.17 x86, #935032
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/accounts-qt')
-rw-r--r-- | net-libs/accounts-qt/accounts-qt-1.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-1.17.ebuild b/net-libs/accounts-qt/accounts-qt-1.17.ebuild index 5c65bc780586..caf1ed45d340 100644 --- a/net-libs/accounts-qt/accounts-qt-1.17.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.17.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]] ; then else SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/lib${PN}-VERSION_${PV}" - KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi DESCRIPTION="Qt bindings for libaccounts-glib" |