diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-13 14:13:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-13 14:13:19 +0000 |
commit | 0d84c8afa2f58ee9659bd7b4d34faaae5cbd3471 (patch) | |
tree | 2a1e3039a7b4e34cd90e546bdcc3fc7253c35e27 /sys-apps/paludis | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-0d84c8afa2f58ee9659bd7b4d34faaae5cbd3471.tar.gz gentoo-2-0d84c8afa2f58ee9659bd7b4d34faaae5cbd3471.tar.bz2 gentoo-2-0d84c8afa2f58ee9659bd7b4d34faaae5cbd3471.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paludis')
-rw-r--r-- | sys-apps/paludis/paludis-0.78.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/paludis/paludis-0.78.1.ebuild b/sys-apps/paludis/paludis-0.78.1.ebuild index 826a0211accd..8cfcc4cd4c75 100644 --- a/sys-apps/paludis/paludis-0.78.1.ebuild +++ b/sys-apps/paludis/paludis-0.78.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.78.1.ebuild,v 1.1 2012/08/13 12:31:53 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.78.1.ebuild,v 1.2 2012/08/13 14:13:19 mr_bones_ Exp $ inherit bash-completion eutils @@ -60,7 +60,7 @@ pkg_setup() { die "Rebuild dev-libs/libpcre with USE=cxx" fi - if use test && + if use test && ! built_with_use dev-cpp/gtest threads ; then eerror "Paludis needs dev-cpp/gtest built with threads support" eerror "Please build dev-cpp/gtest with USE=threads support" |