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 C66EA1396D9 for ; Mon, 6 Nov 2017 10:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08FDE0F20; Mon, 6 Nov 2017 10:44:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AF4B3E0F20 for ; Mon, 6 Nov 2017 10:44:39 +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 485503416D0 for ; Mon, 6 Nov 2017 10:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B140096D1 for ; Mon, 6 Nov 2017 10:44:36 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1509965072.b0b53323dbce3b22988a67c3c031acbee0d749f7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smartmontools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smartmontools/smartmontools-9999.ebuild X-VCS-Directories: sys-apps/smartmontools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b0b53323dbce3b22988a67c3c031acbee0d749f7 X-VCS-Branch: master Date: Mon, 6 Nov 2017 10:44:36 +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-Archives-Salt: 00d6b17b-9605-46ac-a1da-93ed6c649a3e X-Archives-Hash: 3134feb99235e03efa6faba86ae55638 commit: b0b53323dbce3b22988a67c3c031acbee0d749f7 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 6 10:28:14 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 6 10:44:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b53323 sys-apps/smartmontools: Sync live ebuild. Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-apps/smartmontools/smartmontools-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index 499584db4c3..4b26ca97c63 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 inherit autotools flag-o-matic systemd if [[ ${PV} == "9999" ]] ; then @@ -35,6 +35,7 @@ RDEPEND="${DEPEND} daemon? ( virtual/mailx ) selinux? ( sec-policy/selinux-smartmon ) update_drivedb? ( + app-crypt/gnupg || ( net-misc/curl net-misc/wget @@ -63,6 +64,7 @@ src_configure() { $(use_with caps libcap-ng) $(use_with selinux) --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" + $(use_with update_drivedb gnupg) $(use_with update_drivedb update-smart-drivedb) ) econf "${myeconfargs[@]}"