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 8AB3B138334 for ; Thu, 14 Feb 2019 04:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5432E089A; Thu, 14 Feb 2019 04:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 77B24E089A for ; Thu, 14 Feb 2019 04:25:30 +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 A7C30335D19 for ; Thu, 14 Feb 2019 04:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C6E1538 for ; Thu, 14 Feb 2019 04:25:27 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1550118321.c87e11722313cd692aa017c5a4021fc0113a909d.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/autofs/autofs-5.1.5-r1.ebuild net-fs/autofs/autofs-5.1.5.ebuild X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c87e11722313cd692aa017c5a4021fc0113a909d X-VCS-Branch: master Date: Thu, 14 Feb 2019 04:25:27 +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: 57f49772-8667-4664-b8f0-a6930a554517 X-Archives-Hash: 3dc6764d65993f6723c337af585692b3 commit: c87e11722313cd692aa017c5a4021fc0113a909d Author: Yixun Lan gentoo org> AuthorDate: Thu Feb 14 04:22:52 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Feb 14 04:25:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87e1172 net-fs/autofs: fix systemd issue Closes: https://bugs.gentoo.org/677906 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Yixun Lan gentoo.org> net-fs/autofs/{autofs-5.1.5.ebuild => autofs-5.1.5-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-fs/autofs/autofs-5.1.5.ebuild b/net-fs/autofs/autofs-5.1.5-r1.ebuild similarity index 94% rename from net-fs/autofs/autofs-5.1.5.ebuild rename to net-fs/autofs/autofs-5.1.5-r1.ebuild index f120c687a17..79c538dd1e1 100644 --- a/net-fs/autofs/autofs-5.1.5.ebuild +++ b/net-fs/autofs/autofs-5.1.5-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="-dmalloc ldap +libtirpc mount-locking sasl" +IUSE="-dmalloc ldap +libtirpc mount-locking sasl systemd" # USE="sasl" adds SASL support to the LDAP module which will not be build. If # SASL support should be available, please add "ldap" to the USE flags. @@ -34,6 +34,7 @@ RDEPEND=">=sys-apps/util-linux-2.20 virtual/krb5 ) ) + systemd? ( sys-apps/systemd ) libtirpc? ( net-libs/libtirpc ) !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) " @@ -73,12 +74,12 @@ src_configure() { $(use_with libtirpc) $(use_with sasl) $(use_enable mount-locking) + $(use_with systemd systemd $(systemd_get_systemunitdir)) #bug #479492 --without-hesiod --disable-ext-env --enable-sloppy-mount # bug #453778 --enable-force-shutdown --enable-ignore-busy - --with-systemd="$(systemd_get_systemunitdir)" #bug #479492 RANLIB="$(type -P $(tc-getRANLIB))" # bug #483716 ) econf "${myeconfargs[@]}"