diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2021-05-26 15:49:37 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2021-05-26 15:49:37 +0000 |
commit | 52fc067949a0d8e7d94d24719ccc34f9dd1638de (patch) | |
tree | ab987c25ed307d102b949c51b6b3e6297b1e8804 /www-apps/limesurvey | |
parent | dev-db/phpmyadmin: Fix QA issues. (diff) | |
download | jmbsvicetto-52fc067949a0d8e7d94d24719ccc34f9dd1638de.tar.gz jmbsvicetto-52fc067949a0d8e7d94d24719ccc34f9dd1638de.tar.bz2 jmbsvicetto-52fc067949a0d8e7d94d24719ccc34f9dd1638de.zip |
www-apps/limesurvey: Fix QA issues.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'www-apps/limesurvey')
-rw-r--r-- | www-apps/limesurvey/limesurvey-2.64.1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/limesurvey/limesurvey-2.72.5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/limesurvey/limesurvey-2.64.1.ebuild b/www-apps/limesurvey/limesurvey-2.64.1.ebuild index 18da197..287c1f9 100644 --- a/www-apps/limesurvey/limesurvey-2.64.1.ebuild +++ b/www-apps/limesurvey/limesurvey-2.64.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ 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_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="+gd ldap mssql mysql postgres zip" REQUIRED_USE="^^ ( mssql mysql postgres )" diff --git a/www-apps/limesurvey/limesurvey-2.72.5.ebuild b/www-apps/limesurvey/limesurvey-2.72.5.ebuild index ec0362a..d99d7d7 100644 --- a/www-apps/limesurvey/limesurvey-2.72.5.ebuild +++ b/www-apps/limesurvey/limesurvey-2.72.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 |