summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/grantlee/grantlee-9999.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild
index d9c77912952..e23a5736c4e 100644
--- a/dev-libs/grantlee/grantlee-9999.ebuild
+++ b/dev-libs/grantlee/grantlee-9999.ebuild
@@ -2,14 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
-QT_MINIMAL="4.5.0"
inherit cmake-utils git-2
DESCRIPTION="C++ string template engine based on the Django template system"
HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
-EGIT_REPO_URI="git://gitorious.org/grantlee/grantlee.git"
+EGIT_REPO_URI="git://gitorious.org/grantlee/${PN}"
LICENSE="LGPL-2.1"
KEYWORDS=""
@@ -17,13 +16,13 @@ SLOT="0"
IUSE="debug doc test"
COMMON_DEPEND="
- >=dev-qt/qtcore-${QT_MINIMAL}:4
- >=dev-qt/qtgui-${QT_MINIMAL}:4
- >=dev-qt/qtscript-${QT_MINIMAL}:4
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtscript:4
"
DEPEND="${COMMON_DEPEND}
doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
- test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
+ test? ( dev-qt/qttest:4 )
"
RDEPEND="${COMMON_DEPEND}"