Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/
Date: Wed, 15 Nov 2017 22:42:00
Message-Id: 1510785461.43429ba5bdcb0605f81e7ca7442aa085eca31caa.dilfridge@gentoo
1 commit: 43429ba5bdcb0605f81e7ca7442aa085eca31caa
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 22:37:41 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 22:37:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43429ba5
7
8 net-fs/autofs: Switch libtirpc to default to on, causes otherwise ugly blockers with glibc-2.26
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 net-fs/autofs/autofs-5.0.10.ebuild | 4 ++--
13 net-fs/autofs/autofs-5.0.7-r4.ebuild | 4 ++--
14 net-fs/autofs/autofs-5.0.7-r5.ebuild | 4 ++--
15 net-fs/autofs/autofs-5.1.2.ebuild | 2 +-
16 net-fs/autofs/autofs-5.1.3.ebuild | 2 +-
17 5 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/net-fs/autofs/autofs-5.0.10.ebuild b/net-fs/autofs/autofs-5.0.10.ebuild
20 index c7881fa3b00..ba4d89a7cc4 100644
21 --- a/net-fs/autofs/autofs-5.0.10.ebuild
22 +++ b/net-fs/autofs/autofs-5.0.10.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -21,7 +21,7 @@ SRC_URI="
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
33 -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
34 +IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
35
36 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
37 # SASL support should be available, please add "ldap" to the USE flags.
38
39 diff --git a/net-fs/autofs/autofs-5.0.7-r4.ebuild b/net-fs/autofs/autofs-5.0.7-r4.ebuild
40 index 82f75d9de13..5aae0f12ff1 100644
41 --- a/net-fs/autofs/autofs-5.0.7-r4.ebuild
42 +++ b/net-fs/autofs/autofs-5.0.7-r4.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2013 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -20,7 +20,7 @@ SRC_URI="
50 LICENSE="GPL-2"
51 SLOT="0"
52 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
53 -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
54 +IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
55
56 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
57 # SASL support should be available, please add "ldap" to the USE flags.
58
59 diff --git a/net-fs/autofs/autofs-5.0.7-r5.ebuild b/net-fs/autofs/autofs-5.0.7-r5.ebuild
60 index e85bd049f50..ec539e2398b 100644
61 --- a/net-fs/autofs/autofs-5.0.7-r5.ebuild
62 +++ b/net-fs/autofs/autofs-5.0.7-r5.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=5
69 @@ -20,7 +20,7 @@ SRC_URI="
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
73 -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
74 +IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
75
76 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
77 # SASL support should be available, please add "ldap" to the USE flags.
78
79 diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild
80 index 3a398fa7700..86f9889173d 100644
81 --- a/net-fs/autofs/autofs-5.1.2.ebuild
82 +++ b/net-fs/autofs/autofs-5.1.2.ebuild
83 @@ -21,7 +21,7 @@ SRC_URI="
84 LICENSE="GPL-2"
85 SLOT="0"
86 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
87 -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
88 +IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
89
90 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
91 # SASL support should be available, please add "ldap" to the USE flags.
92
93 diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild
94 index 861d5ec5231..fa6c28c7599 100644
95 --- a/net-fs/autofs/autofs-5.1.3.ebuild
96 +++ b/net-fs/autofs/autofs-5.1.3.ebuild
97 @@ -21,7 +21,7 @@ SRC_URI="
98 LICENSE="GPL-2"
99 SLOT="0"
100 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
101 -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
102 +IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
103
104 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
105 # SASL support should be available, please add "ldap" to the USE flags.