diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2018-12-04 16:12:39 +0100 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-12-05 20:06:02 -0500 |
commit | 04b3cad2e4c1c3b30805ebe501d442f52e699ab7 (patch) | |
tree | 7482040ebf2fa35168e2c746801fee8bfbae5b7c /www-apps | |
parent | www-apps/davical: fix php4 style constructors (diff) | |
download | gentoo-04b3cad2e4c1c3b30805ebe501d442f52e699ab7.tar.gz gentoo-04b3cad2e4c1c3b30805ebe501d442f52e699ab7.tar.bz2 gentoo-04b3cad2e4c1c3b30805ebe501d442f52e699ab7.zip |
www-apps/davical: adjust license
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/davical/davical-1.1.7-r1.ebuild | 2 | ||||
-rw-r--r-- | www-apps/davical/davical-1.1.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/davical/davical-1.1.7-r1.ebuild b/www-apps/davical/davical-1.1.7-r1.ebuild index 305023b842fc..b3bad2197f85 100644 --- a/www-apps/davical/davical-1.1.7-r1.ebuild +++ b/www-apps/davical/davical-1.1.7-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A CalDAV and CardDAV Server" HOMEPAGE="https://davical.org/" SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-php/awl-0.59 diff --git a/www-apps/davical/davical-1.1.7.ebuild b/www-apps/davical/davical-1.1.7.ebuild index f247e7e3b458..1f459316daa3 100644 --- a/www-apps/davical/davical-1.1.7.ebuild +++ b/www-apps/davical/davical-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="A CalDAV and CardDAV Server" HOMEPAGE="https://davical.org/" SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-php/awl-0.59 |