From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9640A1580B2 for ; Fri, 3 Sep 2021 20:44:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBA9BE0884; Fri, 3 Sep 2021 20:44:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4377E0884 for ; Fri, 3 Sep 2021 20:44:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDC8134085A for ; Fri, 3 Sep 2021 20:44:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1798C83 for ; Fri, 3 Sep 2021 20:44:41 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1630701869.f076aa01c478da5d1bef5c9bb7a36cbbc89785d3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/xpra-html5/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/xpra-html5/xpra-html5-4.4.ebuild X-VCS-Directories: www-apps/xpra-html5/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f076aa01c478da5d1bef5c9bb7a36cbbc89785d3 X-VCS-Branch: master Date: Fri, 3 Sep 2021 20:44:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9da500f-a137-4452-8d1d-0f7f12396ff8 X-Archives-Hash: 36cd878d856ba596b20876fe0c83ff33 commit: f076aa01c478da5d1bef5c9bb7a36cbbc89785d3 Author: James Le Cuirot gentoo org> AuthorDate: Fri Sep 3 20:44:29 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Sep 3 20:44:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f076aa01 www-apps/xpra-html5: Fix typo Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: James Le Cuirot gentoo.org> www-apps/xpra-html5/xpra-html5-4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/xpra-html5/xpra-html5-4.4.ebuild b/www-apps/xpra-html5/xpra-html5-4.4.ebuild index 636eaaff0e1..9fa65b5197f 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 < vcs-info || die BRANCH=gentoo REVISION=${PR#r} -LOCATION_MODIFICATIONS=0 +LOCAL_MODIFICATIONS=0 EOF }