htgoebel pushed a commit to branch master
in repository guix.
commit 73577a66f171be57b7d54a53b0d2f655916a06df
Author: Hartmut Goebel <[email protected]>
Date: Sun Jun 4 20:30:43 2017 +0200
gnu: gpgmepp: Superseded by gpgme.
The C++-bindings are part of gpgme since version 1.7.
* gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c5b14ea..4090f88 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -205,7 +205,8 @@ Phonon-GStreamer is a backend based on the GStreamer
multimedia library.")
(home-page "https://community.kde.org/Frameworks")
(synopsis "C++ bindings/wrapper for gpgme")
(description "C++ bindings/wrapper for gpgme.")
- (license license:lgpl2.1+)))
+ (license license:lgpl2.1+)
+ (properties `((superseded . ,gpgme)))))
(define-public kpmcore
(package