-if spell_ok gnupg-exp; then
runtime_depends GNUPG
else
- runtime_depends gnupg
fi
diff --git a/utils/mdp/HISTORY b/utils/mdp/HISTORY
index 7536df1..e966821 100644
--- a/utils/mdp/HISTORY
+++ b/utils/mdp/HISTORY
@@ -1,3 +1,6 @@
+2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: delete gnupg
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete gnupg
diff --git a/utils/pciutils/CONFIGURE b/utils/pciutils/CONFIGURE
index e450912..393b017 100755
--- a/utils/pciutils/CONFIGURE
+++ b/utils/pciutils/CONFIGURE
@@ -1,10 +1 @@
config_query PCIUTILS_UPDATE "Download the current snapshot of pci.ids?" n
-if [[ $PCIUTILS_UPDATE == y ]]; then
- if spell_ok wget; then
- PCIUTILS_DOWNLOADER=wget
- elif spell_ok curl; then
- PCIUTILS_DOWNLOADER=curl
- else
- config_query_list PCIUTILS_DOWNLOADER "Which downloader do you want?"
wget curl
- fi
-fi
diff --git a/utils/pciutils/DEPENDS b/utils/pciutils/DEPENDS
index 8a2f607..8e469c7 100755
--- a/utils/pciutils/DEPENDS
+++ b/utils/pciutils/DEPENDS
@@ -1,5 +1,5 @@
if [[ $PCIUTILS_UPDATE == y ]]; then
- depends $PCIUTILS_DOWNLOADER &&
+ depends DOWNLOADER &&
depends which
fi &&
diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index 09eaf7d..42598f0 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,6 @@
+2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS CONFIGURE: delete ref to PCIUTILS_DOWNLOADER
+
2018-08-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.6.2