commit:     f7236dad53db32617ce8bede4e6f835bf7f59acf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 11:06:14 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 13:09:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7236dad

dev-util/qdevicemonitor: EAPI-7 bump and sync live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild |  8 ++++----
 dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild     | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild 
b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
index 9debed76181..0dbd37d4f29 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
 inherit desktop qmake-utils
 
 DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
 HOMEPAGE="https://github.com/alopatindev/qdevicemonitor";
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/alopatindev/${PN}";
 else
@@ -21,10 +21,10 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
+       app-pda/usbmuxd
        dev-qt/qtcore:5
        dev-qt/qtgui:5
-       dev-util/android-tools
-       app-pda/usbmuxd"
+       dev-util/android-tools"
 DEPEND="${RDEPEND}"
 
 PATCHES=(

diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild 
b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
index c055bb2fca9..0dd22c27ff4 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-inherit eutils qmake-utils
+inherit desktop qmake-utils
 
 DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
 HOMEPAGE="https://github.com/alopatindev/qdevicemonitor";
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/alopatindev/${PN}";
 else
@@ -21,10 +21,10 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
+       app-pda/usbmuxd
        dev-qt/qtcore:5
        dev-qt/qtgui:5
-       dev-util/android-tools
-       app-pda/usbmuxd"
+       dev-util/android-tools"
 DEPEND="${RDEPEND}"
 
 src_configure() {

Reply via email to