From c185ae6e671c6bb261b62961b324f73603410842 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Jul 2016 07:30:42 +0200 Subject: php-scssphp: 0.6.5 (backported from Fedora) --- php-scssphp-pre-0-1-0-compat.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 php-scssphp-pre-0-1-0-compat.patch (limited to 'php-scssphp-pre-0-1-0-compat.patch') diff --git a/php-scssphp-pre-0-1-0-compat.patch b/php-scssphp-pre-0-1-0-compat.patch deleted file mode 100644 index 69375aa..0000000 --- a/php-scssphp-pre-0-1-0-compat.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/classmap.php b/classmap.php -index 2d8a52b..749e01b 100644 ---- a/classmap.php -+++ b/classmap.php -@@ -11,6 +11,8 @@ - * @link http://leafo.github.io/scssphp - */ - -+require_once dirname(__DIR__) . '/Leafo/ScssPhp/autoload.php'; -+ - // @codingStandardsIgnoreStart - /** - * @deprecated since 0.1.0 -- cgit