diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-24 18:40:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-24 18:40:01 +0000 |
commit | 35c3325ded152a18bb960d8940378c9bd0c3d9d7 (patch) | |
tree | dfa4e93e876dd68274f74f58c6ee8abcdb54f827 /net-p2p/dbhub/dbhub-0.451.ebuild | |
parent | Stable for HPPA (bug #341179). (diff) | |
download | gentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.tar.gz gentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.tar.bz2 gentoo-2-35c3325ded152a18bb960d8940378c9bd0c3d9d7.zip |
Don't check DynaLoader library for compability with recent perl wrt #276928 by Diego E. Pettenò.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/dbhub/dbhub-0.451.ebuild')
-rw-r--r-- | net-p2p/dbhub/dbhub-0.451.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/dbhub/dbhub-0.451.ebuild b/net-p2p/dbhub/dbhub-0.451.ebuild index c750b62d26d8..2540dd819b92 100644 --- a/net-p2p/dbhub/dbhub-0.451.ebuild +++ b/net-p2p/dbhub/dbhub-0.451.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.451.ebuild,v 1.3 2010/06/29 19:53:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.451.ebuild,v 1.4 2010/10/24 18:40:01 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -18,7 +18,8 @@ DEPEND="perl? ( dev-lang/perl ) switch_user? ( sys-libs/libcap )" src_prepare() { - epatch "${FILESDIR}"/${PN}-gentoo.patch + epatch "${FILESDIR}"/${PN}-gentoo.patch \ + "${FILESDIR}"/${PN}-no-dynaloader.patch eautoreconf } |