diff options
Diffstat (limited to 'net-libs/accounts-qt/accounts-qt-1.16.ebuild')
-rw-r--r-- | net-libs/accounts-qt/accounts-qt-1.16.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-1.16.ebuild b/net-libs/accounts-qt/accounts-qt-1.16.ebuild index 129f2b2b9013..a55f684a1d48 100644 --- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.16.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils DESCRIPTION="Qt5 bindings for libaccounts-glib" HOMEPAGE="https://accounts-sso.gitlab.io/" -SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/repository/VERSION_${PV}/archive.tar.gz -> ${P}.tar.gz" +SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.gz -> ${P}a.tar.gz" +S="${WORKDIR}/lib${PN}-VERSION_${PV}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="doc test" -BDEPEND=" - doc? ( app-doc/doxygen ) -" +# dbus problems +RESTRICT="test" + RDEPEND=" dev-libs/glib:2 dev-qt/qtcore:5 @@ -26,11 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " - -# dbus problems -RESTRICT="test" - -S="${WORKDIR}/lib${PN}-VERSION_${PV}-525ec684cfa8d234f797d7e49e21c476eea04d8e" +BDEPEND="doc? ( app-doc/doxygen )" src_prepare() { default |