commit: f8028706d43a9aa1964bdb60b2abadb6cfa872fa
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 15:28:45 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 15:28:45 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f8028706
[net-im/qwit] EAPI=5
Package-Manager: portage-2.2.11-r1
---
net-im/qwit/qwit-9999.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/net-im/qwit/qwit-9999.ebuild b/net-im/qwit/qwit-9999.ebuild
index a5fa08a..8f5386b 100644
--- a/net-im/qwit/qwit-9999.ebuild
+++ b/net-im/qwit/qwit-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_beta.ebuild,v 1.1
2010/07/15 13:40:54 hwoarang Exp $
-EAPI="2"
+EAPI=5
inherit qt4-r2 subversion
@@ -17,14 +17,18 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-DOCS="AUTHORS"
-
-DEPEND="dev-qt/qtgui:4"
+DEPEND="
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+"
RDEPEND="${DEPEND}
- dev-libs/qoauth"
+ dev-libs/qoauth
+"
S=${WORKDIR}/${MY_P}
+DOCS=(AUTHORS)
+
src_configure() {
- eqmake4 ${PN}.pro PREFIX=/usr
+ eqmake4 PREFIX=/usr
}