Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423729
Collapse All | Expand All

(-)a/paludis-0.76.0.ebuild (-3 / +5 lines)
Lines 8-14 Link Here
8
HOMEPAGE="http://paludis.exherbo.org/"
8
HOMEPAGE="http://paludis.exherbo.org/"
9
SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2"
9
SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2"
10
10
11
IUSE="doc pbins portage pink prebuilt-documentation python-bindings ruby-bindings search-index vim-syntax visibility xml zsh-completion"
11
IUSE="doc pbins portage pink prebuilt-documentation python-bindings ruby-bindings search-index test vim-syntax visibility xml zsh-completion"
12
LICENSE="GPL-2 vim-syntax? ( vim )"
12
LICENSE="GPL-2 vim-syntax? ( vim )"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
Lines 37-43 Link Here
37
		ruby-bindings? ( dev-ruby/syntax )
37
		ruby-bindings? ( dev-ruby/syntax )
38
	)
38
	)
39
	virtual/pkgconfig
39
	virtual/pkgconfig
40
	dev-cpp/gtest"
40
	test? ( dev-cpp/gtest )"
41
41
42
RDEPEND="${COMMON_DEPEND}
42
RDEPEND="${COMMON_DEPEND}
43
	sys-apps/sandbox"
43
	sys-apps/sandbox"
Lines 60-66 Link Here
60
		die "Rebuild dev-libs/libpcre with USE=cxx"
60
		die "Rebuild dev-libs/libpcre with USE=cxx"
61
	fi
61
	fi
62
62
63
	if ! built_with_use dev-cpp/gtest threads ; then
63
	if use test && \
64
		! built_with_use dev-cpp/gtest threads ; then
64
		eerror "Paludis needs dev-cpp/gtest built with threads support"
65
		eerror "Paludis needs dev-cpp/gtest built with threads support"
65
		eerror "Please build dev-cpp/gtest with USE=threads support"
66
		eerror "Please build dev-cpp/gtest with USE=threads support"
66
		die "Rebuild dev-cpp/gtest with USE threads"
67
		die "Rebuild dev-cpp/gtest with USE threads"
Lines 115-120 Link Here
115
		$(use_enable visibility ) \
116
		$(use_enable visibility ) \
116
		$(use_enable xml ) \
117
		$(use_enable xml ) \
117
		$(use_enable search-index ) \
118
		$(use_enable search-index ) \
119
		$(use_enable test gtest ) \
118
		--with-vim-install-dir=/usr/share/vim/vimfiles \
120
		--with-vim-install-dir=/usr/share/vim/vimfiles \
119
		--with-repositories=${repositories} \
121
		--with-repositories=${repositories} \
120
		--with-environments=${environments} \
122
		--with-environments=${environments} \

Return to bug 423729