commit:     f9d84712cb7e2767c9cdee6e8f0889645edc98b7
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 21:33:19 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 21:33:19 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f9d84712

[net-misc/qconnman] EAPI=5 and other updates.

Package-Manager: portage-2.2.10

---
 net-misc/qconnman/qconnman-9999.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/qconnman/qconnman-9999.ebuild 
b/net-misc/qconnman/qconnman-9999.ebuild
index b278586..da41d8d 100644
--- a/net-misc/qconnman/qconnman-9999.ebuild
+++ b/net-misc/qconnman/qconnman-9999.ebuild
@@ -2,29 +2,33 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-inherit qt4-r2 git-2
+inherit multilib qt4-r2 git-r3
 
 DESCRIPTION="Qt4 Connman Applet"
 HOMEPAGE="https://bitbucket.org/devonit/qconnman";
 EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git";
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS=""
 
 ### TODO: add static-libs and qt5 support
 IUSE=""
 
-DEPEND="net-misc/connman
+DEPEND="
        dev-qt/qtcore:4
        dev-qt/qtdbus:4
-       dev-qt/qtgui:4"
+       dev-qt/qtgui:4
+       net-misc/connman
+"
 RDEPEND="${DEPEND}"
 
 DOCS="AUTHORS README"
 
 src_configure() {
-       eqmake4 ${PN}.pro PREFIX="/usr"
+       eqmake4 \
+               PREFIX="${EPREFIX}/usr" \
+               LIBDIR="$(get_libdir)"
 }

Reply via email to