emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38105: closed ([PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x


From: GNU bug Tracking System
Subject: bug#38105: closed ([PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.)
Date: Fri, 08 Nov 2019 09:08:02 +0000

Your message dated Fri, 8 Nov 2019 10:07:15 +0100
with message-id <address@hidden>
and subject line Re: [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic 
Qt 5.x package.
has caused the debbugs.gnu.org bug report #38105,
regarding [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38105: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38105
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package. Date: Thu, 7 Nov 2019 18:04:53 +0100
* gnu/packages/qt.scm (qt): Remove wrong quote.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7b0bccd0c9..73caa41532 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -562,7 +562,7 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
 
 
 ;; qt used to refer to the monolithic Qt 5.x package
-(define-deprecated qt `qtbase qtbase)
+(define-deprecated qt qtbase qtbase)
 
 
 (define-public qtsvg
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package. Date: Fri, 8 Nov 2019 10:07:15 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1
Am 07.11.19 um 22:33 schrieb Ludovic Courtès:
>
> Good catch!  

The honor belongs to Efraim, who spotted this in anotehr patch of mine.


> Please push.

Done: 41ee2097375dd9d6d72f2f1984eaef7c38d69a4a


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]