commit: 3ade7191ae14e1118aedf8c64a9a7650fed1133a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Sat Oct 17 01:02:12 2015 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:02:12 2015 +0000
URL: https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=3ade7191
[limesurvey] Fix URL {MY_P} -> ${MY_PV}.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
www-apps/limesurvey/limesurvey-2.06.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/limesurvey/limesurvey-2.06.ebuild
b/www-apps/limesurvey/limesurvey-2.06.ebuild
index 008d239..ab29a25 100644
--- a/www-apps/limesurvey/limesurvey-2.06.ebuild
+++ b/www-apps/limesurvey/limesurvey-2.06.ebuild
@@ -12,7 +12,7 @@ MY_PV="${PV}_plus_${MY_DATE}"
DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
HOMEPAGE="https://www.limesurvey.org/"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.tar.gz ->
${P}.tar.gz"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="+gd ldap mssql mysql postgres zip"