diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-02 09:27:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-02 09:27:56 +0000 |
commit | 29dc05f8b026eb08ddc4fdf8340567ed6467f581 (patch) | |
tree | 9274bdbb196fff2195cd11a84ad903eb1c2e0a51 /games-mud/mcl/mcl-0.53.00.ebuild | |
parent | forced stable for x86 because of older tilp version security problems (Manife... (diff) | |
download | gentoo-2-29dc05f8b026eb08ddc4fdf8340567ed6467f581.tar.gz gentoo-2-29dc05f8b026eb08ddc4fdf8340567ed6467f581.tar.bz2 gentoo-2-29dc05f8b026eb08ddc4fdf8340567ed6467f581.zip |
Add patch to samples/contrib/DynaComplete.py (bug #72981)
Diffstat (limited to 'games-mud/mcl/mcl-0.53.00.ebuild')
-rw-r--r-- | games-mud/mcl/mcl-0.53.00.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild index 5863d1dced02..d11e9e84c6e7 100644 --- a/games-mud/mcl/mcl-0.53.00.ebuild +++ b/games-mud/mcl/mcl-0.53.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.10 2004/11/05 05:24:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.11 2004/12/02 09:27:56 mr_bones_ Exp $ inherit eutils gnuconfig games @@ -13,10 +13,9 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="python perl" -RDEPEND="perl? ( dev-lang/perl ) +DEPEND="virtual/libc + perl? ( dev-lang/perl ) python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} @@ -25,6 +24,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-fPIC.patch" epatch "${FILESDIR}/${PV}-vc.patch" epatch "${FILESDIR}/${P}-gcc34.patch" + epatch "${FILESDIR}/${PV}-dynacomplete.patch" sed -i \ -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:${GAMES_LIBDIR}/${PN}:" \ |