From af967d91594625c72cf8c98d663ae4a6364d4e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 3 Apr 2015 23:04:09 +0200 Subject: [PATCH] package: keep package descriptions in sync. --- package/debian/control | 2 +- package/gentoo/dev-libs/magnum/magnum-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/debian/control b/package/debian/control index 8123c9cfe..4a79a7ba0 100644 --- a/package/debian/control +++ b/package/debian/control @@ -19,7 +19,7 @@ Package: magnum Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, freeglut3, libopenal1, libsdl2 -Description: C++11 and OpenGL 2D/3D graphics engine +Description: C++11/C++14 and OpenGL 2D/3D graphics engine Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is to simplify low-level graphics development and interaction with OpenGL using recent C++11 features and to abstract away platform-specific issues. diff --git a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild b/package/gentoo/dev-libs/magnum/magnum-9999.ebuild index f973a4e7d..22f73e45f 100644 --- a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild +++ b/package/gentoo/dev-libs/magnum/magnum-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="git://github.com/mosra/magnum.git" inherit cmake-utils git-r3 -DESCRIPTION="C++11 and OpenGL 2D/3D graphics engine" +DESCRIPTION="C++11/C++14 and OpenGL 2D/3D graphics engine" HOMEPAGE="http://mosra.cz/blog/magnum.php" LICENSE="MIT"