sys-apps/smartmontools: Sync live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 6 Nov 2017 10:28:14 +0000 (11:28 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 6 Nov 2017 10:44:32 +0000 (11:44 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sys-apps/smartmontools/smartmontools-9999.ebuild

index 499584db4c39308686bb1c09a48a3abe38450f66..4b26ca97c6303d6508294b4dae3f0b4c1fef0ae1 100644 (file)
@@ -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[@]}"