diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 21:02:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 21:15:24 +0300 |
commit | 23a7d3b1bf7168e139140378a0b3584edda49fdc (patch) | |
tree | 0921ad48be11691de2909ebe3edc81ece40a23dc /net-libs/accounts-qt | |
parent | app-editors/ghostwriter: Stabilize 24.08.1 amd64, #940669 (diff) | |
download | gentoo-23a7d3b1bf7168e139140378a0b3584edda49fdc.tar.gz gentoo-23a7d3b1bf7168e139140378a0b3584edda49fdc.tar.bz2 gentoo-23a7d3b1bf7168e139140378a0b3584edda49fdc.zip |
net-libs/accounts-qt: Stabilize 1.17-r1 amd64, #940669
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/accounts-qt')
-rw-r--r-- | net-libs/accounts-qt/accounts-qt-1.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-1.17-r1.ebuild b/net-libs/accounts-qt/accounts-qt-1.17-r1.ebuild index 1c603cd026e3..465173ba9020 100644 --- a/net-libs/accounts-qt/accounts-qt-1.17-r1.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.17-r1.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" |