Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/xpra-html5/
Date: Fri, 03 Sep 2021 20:44:44
Message-Id: 1630701869.f076aa01c478da5d1bef5c9bb7a36cbbc89785d3.chewi@gentoo
1 commit: f076aa01c478da5d1bef5c9bb7a36cbbc89785d3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 20:44:29 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 20:44:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f076aa01
7
8 www-apps/xpra-html5: Fix typo
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 www-apps/xpra-html5/xpra-html5-4.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-apps/xpra-html5/xpra-html5-4.4.ebuild b/www-apps/xpra-html5/xpra-html5-4.4.ebuild
17 index 636eaaff0e1..9fa65b5197f 100644
18 --- a/www-apps/xpra-html5/xpra-html5-4.4.ebuild
19 +++ b/www-apps/xpra-html5/xpra-html5-4.4.ebuild
20 @@ -25,7 +25,7 @@ src_configure() {
21 cat <<EOF > vcs-info || die
22 BRANCH=gentoo
23 REVISION=${PR#r}
24 -LOCATION_MODIFICATIONS=0
25 +LOCAL_MODIFICATIONS=0
26 EOF
27 }