diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/obby/obby-0.3.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/obby/obby-0.3.0_rc1.ebuild b/net-libs/obby/obby-0.3.0_rc1.ebuild index d56aff4a72a8..c9f1aaa7127b 100644 --- a/net-libs/obby/obby-0.3.0_rc1.ebuild +++ b/net-libs/obby/obby-0.3.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.3.0_rc1.ebuild,v 1.1 2005/11/16 03:25:45 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.3.0_rc1.ebuild,v 1.2 2005/11/16 16:18:00 mr_bones_ Exp $ MY_P=${P/_rc/rc} S=${WORKDIR}/${MY_P} @@ -21,7 +21,7 @@ DEPEND=">=net-libs/net6-1.1.0 RDEPEND="" src_compile() { - + local myconf myconf="${myconf} --disable-tests" use howl && myconf="${myconf} --with-howl" |