ssuominen    14/08/24 17:37:08

  Modified:             openjpeg-2.1.0.ebuild
  Log:
  whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.3                  media-libs/openjpeg/openjpeg-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild?r1=1.2&r2=1.3

Index: openjpeg-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openjpeg-2.1.0.ebuild       24 Aug 2014 15:34:13 -0000      1.2
+++ openjpeg-2.1.0.ebuild       24 Aug 2014 17:37:08 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild,v 
1.2 2014/08/24 15:34:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.1.0.ebuild,v 
1.3 2014/08/24 17:37:08 ssuominen Exp $
 
 EAPI=5
 inherit cmake-utils multilib
@@ -39,7 +39,7 @@
 
        cmake-utils_src_configure
 
-       if use static-libs ; then
+       if use static-libs; then
                mycmakeargs=(
                        -DOPENJPEG_INSTALL_LIB_DIR="$(get_libdir)"
                        $(cmake-utils_use_build test TESTING)
@@ -52,13 +52,13 @@
 src_compile() {
        cmake-utils_src_compile
 
-       if use static-libs ; then
+       if use static-libs; then
                BUILD_DIR=${BUILD_DIR}_static cmake-utils_src_compile
        fi
 }
 
 src_install() {
-       if use static-libs ; then
+       if use static-libs; then
                BUILD_DIR=${BUILD_DIR}_static cmake-utils_src_install
                #static bins overwritten by shared install
        fi




Reply via email to