commit: 288b271bb4e8e99b1a52471951f12a4d6fe15059 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 16:24:49 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 16:30:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=288b271b
app-arch/lxqt-archiver: Use xdg-utils explicitly, switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index 3f208c8f..28c518b1 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake xdg-utils DESCRIPTION="A Simple and Lightweight Qt File Archiver" HOMEPAGE="https://lxqt.org/" @@ -34,10 +34,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -src_configure() { - cmake-utils_src_configure -} - pkg_postinst() { xdg_desktop_database_update }
