diff options
-rw-r--r-- | app-emulation/winex-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-2.1.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-emulation/winex-cvs/ChangeLog b/app-emulation/winex-cvs/ChangeLog index 8781388d9ee1..d36bc4f4090f 100644 --- a/app-emulation/winex-cvs/ChangeLog +++ b/app-emulation/winex-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/winex-cvs -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.3 2002/09/08 20:18:32 phoenix Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.4 2002/09/13 11:46:55 danarmak Exp $ + + 13 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Fix issue discussed in comments of bug #7319 where dev-util/cvs was missing + from the dep list. *winex-cvs-2.1 (08 September 20002) diff --git a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild b/app-emulation/winex-cvs/winex-cvs-2.0.ebuild index 21872d252673..e5fe3ee8b41b 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.0.ebuild,v 1.1 2002/09/08 20:09:35 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.0.ebuild,v 1.2 2002/09/13 11:46:55 danarmak Exp $ # Dont modify the ECVS_BRANCH setting yourself. # Instead, make a backup of this ebuild and rename it to @@ -30,7 +30,7 @@ SLOT="0" KEYWORDS="x86 -ppc" LICENSE="Aladdin" -DEPEND="virtual/x11 +newdepend "virtual/x11 sys-devel/gcc sys-devel/flex dev-util/yacc diff --git a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild b/app-emulation/winex-cvs/winex-cvs-2.1.ebuild index f5a2422a68c2..46c8ce5f5d83 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.1.ebuild,v 1.1 2002/09/08 20:09:35 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.1.ebuild,v 1.2 2002/09/13 11:46:55 danarmak Exp $ # Dont modify the ECVS_BRANCH setting yourself. # Instead, make a backup of this ebuild and rename it to @@ -30,7 +30,7 @@ SLOT="0" KEYWORDS="x86 -ppc" LICENSE="Aladdin" -DEPEND="virtual/x11 +newdepend "virtual/x11 sys-devel/gcc sys-devel/flex dev-util/yacc @@ -39,8 +39,6 @@ DEPEND="virtual/x11 opengl? ( virtual/opengl ) cups? ( net-print/cups )" -RDEPEND="${DEPEND}" - src_compile() { cd ${S} local myconf |