diff options
author | 2011-11-11 20:12:44 +0000 | |
---|---|---|
committer | 2011-11-11 20:12:44 +0000 | |
commit | a4efdd87279374c47d0535517d7a65d7f1f994f2 (patch) | |
tree | be88936280696f91648f13a3bb884cc0a9e379f6 /sys-apps/paludis/paludis-0.66.0.ebuild | |
parent | Update gtest depend after category migration #387155. (diff) | |
download | gentoo-2-a4efdd87279374c47d0535517d7a65d7f1f994f2.tar.gz gentoo-2-a4efdd87279374c47d0535517d7a65d7f1f994f2.tar.bz2 gentoo-2-a4efdd87279374c47d0535517d7a65d7f1f994f2.zip |
Update gtest depend after category migration #387155.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paludis/paludis-0.66.0.ebuild')
-rw-r--r-- | sys-apps/paludis/paludis-0.66.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/paludis/paludis-0.66.0.ebuild b/sys-apps/paludis/paludis-0.66.0.ebuild index 4c43eb1ca254..a7f25e721ffa 100644 --- a/sys-apps/paludis/paludis-0.66.0.ebuild +++ b/sys-apps/paludis/paludis-0.66.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.66.0.ebuild,v 1.1 2011/09/06 15:10:53 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.66.0.ebuild,v 1.2 2011/11/11 20:12:43 vapier Exp $ inherit bash-completion eutils @@ -37,7 +37,7 @@ DEPEND="${COMMON_DEPEND} ruby-bindings? ( dev-ruby/syntax dev-ruby/allison ) ) dev-util/pkgconfig - dev-util/gtest" + dev-cpp/gtest" RDEPEND="${COMMON_DEPEND} sys-apps/sandbox" @@ -60,10 +60,10 @@ pkg_setup() { die "Rebuild dev-libs/libpcre with USE=cxx" fi - if ! built_with_use dev-util/gtest threads ; then - eerror "Paludis needs dev-util/gtest built with threads support" - eerror "Please build dev-util/gtest with USE=threads support" - die "Rebuild dev-util/gtest with USE threads" + if ! 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" + die "Rebuild dev-cpp/gtest with USE threads" fi if use python-bindings && \ |