summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-02-04 10:44:35 +0000
committerJustin Lecher <jlec@gentoo.org>2014-02-04 10:44:35 +0000
commit3cbd3bc9f4a005c4e7df7f572ddad65e91f779e7 (patch)
tree306dd56b7143c29b92a983d016defd922688a272 /sci-libs
parentMove preparations to src_prepare (diff)
downloadgentoo-2-3cbd3bc9f4a005c4e7df7f572ddad65e91f779e7.tar.gz
gentoo-2-3cbd3bc9f4a005c4e7df7f572ddad65e91f779e7.tar.bz2
gentoo-2-3cbd3bc9f4a005c4e7df7f572ddad65e91f779e7.zip
Move preparations to src_prepare; use usex()
(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-utils/ChangeLog5
-rw-r--r--sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/coinor-utils/ChangeLog b/sci-libs/coinor-utils/ChangeLog
index 5c2d24875093..d20c3fb46ea7 100644
--- a/sci-libs/coinor-utils/ChangeLog
+++ b/sci-libs/coinor-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/coinor-utils
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.3 2014/01/29 11:03:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/ChangeLog,v 1.4 2014/02/04 10:44:35 jlec Exp $
+
+ 04 Feb 2014; Justin Lecher <jlec@gentoo.org> coinor-utils-2.9.11.ebuild:
+ Move preparations to src_prepare; use usex()
29 Jan 2014; Justin Lecher <jlec@gentoo.org> coinor-utils-2.9.11.ebuild,
metadata.xml:
diff --git a/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild b/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
index 3ed72ccbe3de..9f02a4218fa1 100644
--- a/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild
+++ b/sci-libs/coinor-utils/coinor-utils-2.9.11.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-utils/coinor-utils-2.9.11.ebuild,v 1.3 2014/01/29 11:03:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-utils/coinor-utils-2.9.11.ebuild,v 1.4 2014/02/04 10:44:35 jlec Exp $
EAPI=5
@@ -69,7 +69,7 @@ src_configure() {
}
src_compile() {
- autotools-utils_src_compile all $(use doc && echo doxydoc)
+ autotools-utils_src_compile all $(usex doc doxydoc "")
}
psrc_test() {