diff options
author | 2015-07-14 00:42:24 +0000 | |
---|---|---|
committer | 2015-07-14 00:42:24 +0000 | |
commit | 40614b47777eb60773c4c4d2e313b714d78bc585 (patch) | |
tree | 663d128634e327f574cd2a4a51c52c6ac64f4bed /dev-libs | |
parent | Stop enabling opengl by default. (diff) | |
download | gentoo-2-40614b47777eb60773c4c4d2e313b714d78bc585.tar.gz gentoo-2-40614b47777eb60773c4c4d2e313b714d78bc585.tar.bz2 gentoo-2-40614b47777eb60773c4c4d2e313b714d78bc585.zip |
Fix bug 554294.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/injeqt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/injeqt/injeqt-1.0.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/injeqt/ChangeLog b/dev-libs/injeqt/ChangeLog index 75e4ca651f2a..375d4e569e7b 100644 --- a/dev-libs/injeqt/ChangeLog +++ b/dev-libs/injeqt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/injeqt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/injeqt/ChangeLog,v 1.1 2015/07/05 20:06:58 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/injeqt/ChangeLog,v 1.2 2015/07/14 00:42:24 reavertm Exp $ + + 14 Jul 2015; Maciej Mrozowski <reavertm@gentoo.org> injeqt-1.0.0.ebuild: + Fix bug 554294. *injeqt-1.0.0 (05 Jul 2015) diff --git a/dev-libs/injeqt/injeqt-1.0.0.ebuild b/dev-libs/injeqt/injeqt-1.0.0.ebuild index 6f816bb118be..d862790584a1 100644 --- a/dev-libs/injeqt/injeqt-1.0.0.ebuild +++ b/dev-libs/injeqt/injeqt-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/injeqt/injeqt-1.0.0.ebuild,v 1.1 2015/07/05 20:06:58 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/injeqt/injeqt-1.0.0.ebuild,v 1.2 2015/07/14 00:42:24 reavertm Exp $ EAPI=5 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( + -DDISABLE_EXAMPLES=ON $(cmake-utils_use_disable test TESTS) ) cmake-utils_src_configure |