summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko van der Vossen2019-05-11 15:15:05 +0200
committerRemko van der Vossen2019-05-11 15:15:05 +0200
commit27bd18db7d939527e686595c1f76ff38e751ae3d (patch)
tree047d37db6158b06d621e973ec1b4730cbc209d50
parent87ddc8d20605eee02106663f382cab9454f11964 (diff)
gnupg: automatically remove spell from install queue
-rw-r--r--crypto/gnupg/HISTORY3
-rwxr-xr-xcrypto/gnupg/PRE_BUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 17d4561041..564c43fd10 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,6 @@
+2019-05-11 Remko van der Vossen <wich@sourcemage.org>
+ * PRE_BUILD: remove spell from install queue
+
2019-05-07 Remko van der Vossen <wich@sourcemage.org>
* PRE_BUILD: let the cast intentionally fail so that there won't be a
ghost gnupg spell left on the system
diff --git a/crypto/gnupg/PRE_BUILD b/crypto/gnupg/PRE_BUILD
index 1c085b0a0a..0cc76cc17c 100755
--- a/crypto/gnupg/PRE_BUILD
+++ b/crypto/gnupg/PRE_BUILD
@@ -1,2 +1,3 @@
+pop_install_queue "$SPELL"
message "\n\n${PROBLEM_COLOR}Failure of casting of gnupg is intentional, it is not a problem, gnupg-2.2 replaced it${DEFAULT_COLOR}\n\n" &&
false