diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-03 21:44:29 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-03 21:44:29 +0100 |
commit | f076aa01c478da5d1bef5c9bb7a36cbbc89785d3 (patch) | |
tree | 88dda42082d94e5f1eeb61b689af0c9d277ea8bc /www-apps | |
parent | www-apps/xpra-html5: Bump to 4.4, drop old 4.3 (diff) | |
download | gentoo-f076aa01c478da5d1bef5c9bb7a36cbbc89785d3.tar.gz gentoo-f076aa01c478da5d1bef5c9bb7a36cbbc89785d3.tar.bz2 gentoo-f076aa01c478da5d1bef5c9bb7a36cbbc89785d3.zip |
www-apps/xpra-html5: Fix typo
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/xpra-html5/xpra-html5-4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/xpra-html5/xpra-html5-4.4.ebuild b/www-apps/xpra-html5/xpra-html5-4.4.ebuild index 636eaaff0e17..9fa65b5197fd 100644 --- a/www-apps/xpra-html5/xpra-html5-4.4.ebuild +++ b/www-apps/xpra-html5/xpra-html5-4.4.ebuild @@ -25,7 +25,7 @@ src_configure() { cat <<EOF > vcs-info || die BRANCH=gentoo REVISION=${PR#r} -LOCATION_MODIFICATIONS=0 +LOCAL_MODIFICATIONS=0 EOF } |