summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-08 20:36:49 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-08 20:36:49 +0200
commit4c53de89ad81e533dddcc95f986a264b93c8835b (patch)
tree29700bd4a5047dce7405d4a815abd86279565fe9
parentapp-admin/calamares: Remove 2.2 (diff)
downloadgentoo-4c53de89ad81e533dddcc95f986a264b93c8835b.tar.gz
gentoo-4c53de89ad81e533dddcc95f986a264b93c8835b.tar.bz2
gentoo-4c53de89ad81e533dddcc95f986a264b93c8835b.zip
dev-libs/grantlee: EAPI 6, update HOMEPAGE
Package-Manager: portage-2.2.28
-rw-r--r--dev-libs/grantlee/grantlee-5.0.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/grantlee/grantlee-5.0.0.ebuild b/dev-libs/grantlee/grantlee-5.0.0.ebuild
index b72ac4ead929..8813e0f53813 100644
--- a/dev-libs/grantlee/grantlee-5.0.0.ebuild
+++ b/dev-libs/grantlee/grantlee-5.0.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
VIRTUALX_REQUIRED="test"
inherit cmake-utils virtualx
DESCRIPTION="C++ string template engine based on the Django template system"
-HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
+HOMEPAGE="https://github.com/steveire/grantlee"
SRC_URI="http://downloads.grantlee.org/${P}.tar.gz"
LICENSE="LGPL-2.1"
@@ -48,7 +48,7 @@ src_compile() {
}
src_test() {
- VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+ virtx cmake-utils_src_test
}
src_install() {