diff options
author | 2009-02-04 08:00:13 +0000 | |
---|---|---|
committer | 2009-02-04 08:00:13 +0000 | |
commit | e936a73d20a8fb2995cfc443d28b412770949d60 (patch) | |
tree | 4f7dc6e0e474000931bdbc62829f522da00f6df9 /dev-ml/pxp/pxp-1.1.6.ebuild | |
parent | remove old beta (diff) | |
download | historical-e936a73d20a8fb2995cfc443d28b412770949d60.tar.gz historical-e936a73d20a8fb2995cfc443d28b412770949d60.tar.bz2 historical-e936a73d20a8fb2995cfc443d28b412770949d60.zip |
explicitly set RDEPEND=DEPEND
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/pxp/pxp-1.1.6.ebuild')
-rw-r--r-- | dev-ml/pxp/pxp-1.1.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/pxp/pxp-1.1.6.ebuild b/dev-ml/pxp/pxp-1.1.6.ebuild index 044de06ee1be..e22ff9d440dd 100644 --- a/dev-ml/pxp/pxp-1.1.6.ebuild +++ b/dev-ml/pxp/pxp-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.6.ebuild,v 1.5 2005/03/09 00:08:31 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.6.ebuild,v 1.6 2009/02/04 08:00:13 aballier Exp $ inherit findlib @@ -16,6 +16,7 @@ IUSE="doc" DEPEND="dev-lang/ocaml >=dev-ml/pcre-ocaml-4.31 >=dev-ml/ocamlnet-0.94" +RDEPEND="${DEPEND}" src_compile() { #the included configure does not support many standard switches and is quite picky |