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"