summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-02-04 10:33:16 +0000
committerJustin Lecher <jlec@gentoo.org>2014-02-04 10:33:16 +0000
commit2af23930ac7459de5919a325836197fc42992af0 (patch)
tree499b2ac6eb5e51b4999402aaed0755092ea57871 /sci-libs
parentFix typo (diff)
downloadgentoo-2-2af23930ac7459de5919a325836197fc42992af0.tar.gz
gentoo-2-2af23930ac7459de5919a325836197fc42992af0.tar.bz2
gentoo-2-2af23930ac7459de5919a325836197fc42992af0.zip
Fix typo
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/coinor-clp/ChangeLog5
-rw-r--r--sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/coinor-clp/ChangeLog b/sci-libs/coinor-clp/ChangeLog
index 3d3089db52c8..9ac309aaf819 100644
--- a/sci-libs/coinor-clp/ChangeLog
+++ b/sci-libs/coinor-clp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/coinor-clp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-clp/ChangeLog,v 1.6 2014/02/04 10:01:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-clp/ChangeLog,v 1.7 2014/02/04 10:33:16 jlec Exp $
+
+ 04 Feb 2014; Justin Lecher <jlec@gentoo.org> coinor-clp-1.15.6-r1.ebuild:
+ Fix typo
04 Feb 2014; Justin Lecher <jlec@gentoo.org> coinor-clp-1.15.6-r1.ebuild:
Move preparations to src_prepare; use usex()
diff --git a/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild b/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild
index 3a6a9eeddb75..1a19a0567ad5 100644
--- a/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild
+++ b/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild
@@ -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/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild,v 1.5 2014/02/04 10:01:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-clp/coinor-clp-1.15.6-r1.ebuild,v 1.6 2014/02/04 10:33:16 jlec Exp $
EAPI=5
@@ -95,7 +95,7 @@ src_configure() {
src_compile() {
# hack for parallel build, to overcome not patching Makefile.am above
#autotools-utils_src_compile -C src libClp.la
- autotools-utils_src_compile all $(use doc doxydoc "")
+ autotools-utils_src_compile all $(usex doc doxydoc "")
}
src_test() {