diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-01-19 02:27:37 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-01-19 02:27:37 +0000 |
commit | c808afd9e3a2deb919432249b205011b4e3ef421 (patch) | |
tree | 601d0a1b5e01442096a1fc778e89e8b909a13906 /sys-cluster | |
parent | Mask app-misc/flyte-download-manager (bug 495138) (diff) | |
download | gentoo-2-c808afd9e3a2deb919432249b205011b4e3ef421.tar.gz gentoo-2-c808afd9e3a2deb919432249b205011b4e3ef421.tar.bz2 gentoo-2-c808afd9e3a2deb919432249b205011b4e3ef421.zip |
fixed build without dev-libs/check
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/libcircle/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-cluster/libcircle/ChangeLog b/sys-cluster/libcircle/ChangeLog index c74169ae0fa0..2f8193d97f2d 100644 --- a/sys-cluster/libcircle/ChangeLog +++ b/sys-cluster/libcircle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/libcircle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.1 2014/01/18 02:23:17 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.2 2014/01/19 02:27:37 ottxor Exp $ + + 19 Jan 2014; Christoph Junghans <ottxor@gentoo.org> + libcircle-0.1.0_rc1.ebuild: + fixed build without dev-libs/check *libcircle-0.1.0_rc1 (18 Jan 2014) diff --git a/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild index 9a88a4125b10..9b2fde8d068f 100644 --- a/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild +++ b/sys-cluster/libcircle/libcircle-0.1.0_rc1.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/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.1 2014/01/18 02:23:17 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.1.0_rc1.ebuild,v 1.2 2014/01/19 02:27:37 ottxor Exp $ EAPI=5 @@ -35,8 +35,8 @@ DOCS=( HACKING.md README.md ) src_configure() { local myeconfargs=( - $(use_enable test tests) - $(use_enable doc doxygen) + $(usex test '--enable-tests' '') + $(usex doc '--enable-doxygen' '') ) autotools-utils_src_configure } |