From 83cee915f9ea3fbcc9eaab86ac39e47d452ca78a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 13 May 2017 16:25:24 +0200 Subject: [PATCH] librecad: missing quotes. --- media-gfx/librecad/librecad-2.1.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/librecad/librecad-2.1.3.recipe b/media-gfx/librecad/librecad-2.1.3.recipe index 45091ff0c..52f9abb06 100644 --- a/media-gfx/librecad/librecad-2.1.3.recipe +++ b/media-gfx/librecad/librecad-2.1.3.recipe @@ -2,7 +2,7 @@ SUMMARY="A 2D CAD drawing program" DESCRIPTION="LibreCAD is a cross-platform 2D CAD program written in C++11 \ using the Qt framework. It can read DXF and DWG files and can write DXF, PDF \ and SVG files. The user interface is highly customizable, and has dozens of \ -translations. +translations." HOMEPAGE="http://librecad.org/" COPYRIGHT="2017 LibreCAD" LICENSE="GNU GPL v2"