diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:49:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:49:32 +0000 |
commit | 7b778909e8e1afa426fdd086b240db024764503b (patch) | |
tree | 64eb099fdd715fb95f32bc9156803da2daa2be2d /dev-php/xdebug-client/xdebug-client-2.0.2.ebuild | |
parent | remove diablo-jre 1.5 support as it is for freebsd6 only (diff) | |
download | historical-7b778909e8e1afa426fdd086b240db024764503b.tar.gz historical-7b778909e8e1afa426fdd086b240db024764503b.tar.bz2 historical-7b778909e8e1afa426fdd086b240db024764503b.zip |
libedit is not anymore in freebsd-lib these days
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-php/xdebug-client/xdebug-client-2.0.2.ebuild')
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild b/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild index 9357b1eb8fac..6930ab3b44ea 100644 --- a/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.4 2008/03/08 22:14:55 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.5 2010/02/05 09:49:32 aballier Exp $ KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" @@ -16,7 +16,7 @@ IUSE="libedit" S="${WORKDIR}/xdebug-${MY_PV}/debugclient" -DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )" +DEPEND="libedit? ( dev-libs/libedit )" RDEPEND="${DEPEND}" src_unpack() { |