diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-13 23:58:08 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-13 23:58:22 -0500 |
commit | 29e18610bc4a9590b74692c0fd50df5bc8c5336e (patch) | |
tree | 63288b8c003633afb8c5490e59b9d00f9e0c21a4 /www-apps | |
parent | dev-db/rqlite: add src_test (diff) | |
download | gentoo-29e18610bc4a9590b74692c0fd50df5bc8c5336e.tar.gz gentoo-29e18610bc4a9590b74692c0fd50df5bc8c5336e.tar.bz2 gentoo-29e18610bc4a9590b74692c0fd50df5bc8c5336e.zip |
www-apps/novnc: fix install from git master
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index c876ebff1f79..8be047198637 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,8 +18,6 @@ else KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi -S="${WORKDIR}/noVNC-${PV}" - LICENSE="LGPL-3" SLOT="0" IUSE="" |