Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Mon, 03 Jan 2022 22:06:12
Message-Id: 1641247499.6005ae0548ab90c12aa6f74cd139bbbd47537e7d.floppym@gentoo
1 commit: 6005ae0548ab90c12aa6f74cd139bbbd47537e7d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 22:04:59 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 22:04:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6005ae05
7
8 app-emulation/open-vm-tools: disable glibc version check
9
10 Closes: https://bugs.gentoo.org/830470
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild | 3 ++-
14 app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
18 index ec165bf63f26..afcbe6f2c508 100644
19 --- a/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
20 +++ b/app-emulation/open-vm-tools/open-vm-tools-11.2.5_p17337674-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2007-2021 Gentoo Authors
23 +# Copyright 2007-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -90,6 +90,7 @@ src_prepare() {
28
29 src_configure() {
30 local myeconfargs=(
31 + --disable-glibc-check
32 --without-root-privileges
33 $(use_enable multimon)
34 $(use_with X x)
35
36 diff --git a/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild b/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
37 index 6c9aa7cdb10e..8d894cdb54a8 100644
38 --- a/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
39 +++ b/app-emulation/open-vm-tools/open-vm-tools-11.3.5_p18557794.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 2007-2021 Gentoo Authors
42 +# Copyright 2007-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -89,6 +89,7 @@ src_prepare() {
47
48 src_configure() {
49 local myeconfargs=(
50 + --disable-glibc-check
51 --without-root-privileges
52 $(use_enable multimon)
53 $(use_with X x)