summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2013-03-10 08:49:55 +0000
committerTiziano Müller <dev-zero@gentoo.org>2013-03-10 08:49:55 +0000
commit47c9b47add7240219dc0d09758461ef9bcc4a084 (patch)
tree45ac654685eeb07871b5657e7d9c156288b7dbc8 /sys-apps/paludis
parentVersion bump. (diff)
downloadgentoo-2-47c9b47add7240219dc0d09758461ef9bcc4a084.tar.gz
gentoo-2-47c9b47add7240219dc0d09758461ef9bcc4a084.tar.bz2
gentoo-2-47c9b47add7240219dc0d09758461ef9bcc4a084.zip
Depend on newer gtest which has USE=threads unconditionally and drop corresponding built_with_use check.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'sys-apps/paludis')
-rw-r--r--sys-apps/paludis/ChangeLog6
-rw-r--r--sys-apps/paludis/paludis-1.0.0.ebuild11
2 files changed, 7 insertions, 10 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog
index a61d5d3c0981..9625ab7355db 100644
--- a/sys-apps/paludis/ChangeLog
+++ b/sys-apps/paludis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/paludis
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.230 2013/02/07 06:29:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.231 2013/03/10 08:49:55 dev-zero Exp $
+
+ 10 Mar 2013; Tiziano Müller <dev-zero@gentoo.org> paludis-1.0.0.ebuild:
+ Depend on newer gtest which has USE=threads unconditionally and drop
+ corresponding built_with_use check.
*paludis-1.0.0 (07 Feb 2013)
diff --git a/sys-apps/paludis/paludis-1.0.0.ebuild b/sys-apps/paludis/paludis-1.0.0.ebuild
index ce3540237502..01df80a4df40 100644
--- a/sys-apps/paludis/paludis-1.0.0.ebuild
+++ b/sys-apps/paludis/paludis-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.0.0.ebuild,v 1.1 2013/02/07 06:29:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-1.0.0.ebuild,v 1.2 2013/03/10 08:49:55 dev-zero Exp $
inherit bash-completion-r1 eutils user
@@ -37,7 +37,7 @@ DEPEND="${COMMON_DEPEND}
ruby-bindings? ( dev-ruby/syntax )
)
virtual/pkgconfig
- test? ( dev-cpp/gtest )"
+ test? ( >=dev-cpp/gtest-1.6.0-r1 )"
RDEPEND="${COMMON_DEPEND}
sys-apps/sandbox"
@@ -60,13 +60,6 @@ pkg_setup() {
die "Rebuild dev-libs/libpcre with USE=cxx"
fi
- 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"
- die "Rebuild dev-cpp/gtest with USE threads"
- fi
-
if use python-bindings && \
! built_with_use --missing true dev-libs/boost python; then
eerror "With USE python-bindings you need boost build with the python"