From 6e8f0f9774b47a8a39eae81fda4ddbc03312368e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 3 Apr 2015 22:16:03 +0200 Subject: [PATCH] package/gentoo: be nice to files with tabs. --- package/gentoo/dev-libs/magnum/magnum-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild b/package/gentoo/dev-libs/magnum/magnum-9999.ebuild index f7179a477..f973a4e7d 100644 --- a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild +++ b/package/gentoo/dev-libs/magnum/magnum-9999.ebuild @@ -44,7 +44,8 @@ src_configure() { -DWITH_DISTANCEFIELDCONVERTER=ON -DWITH_FONTCONVERTER=ON -DWITH_MAGNUMINFO=ON - ) + ) cmake-utils_src_configure } +# kate: replace-tabs off;