diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-03-15 03:58:32 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-03-15 03:58:32 +0000 |
commit | 8cdaca8539da756210064d583a53971a377d681c (patch) | |
tree | af8a7e7c57673ba1d3ee138f59c98f76bc64a511 /app-emulation/mol | |
parent | added pathes (diff) | |
download | historical-8cdaca8539da756210064d583a53971a377d681c.tar.gz historical-8cdaca8539da756210064d583a53971a377d681c.tar.bz2 historical-8cdaca8539da756210064d583a53971a377d681c.zip |
*** empty log message ***
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.68-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog index bbf91fa4b1bc..ad1b51455e2d 100644 --- a/app-emulation/mol/ChangeLog +++ b/app-emulation/mol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/mol # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.17 2003/03/14 23:16:16 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.18 2003/03/15 03:58:32 lu_zero Exp $ + + 15 Mar 2003; Luca Barbato <lu_zero@gentoo.org> mol-0.9.68-r4.ebuild: + changed the ipchains dep from sys-apps/ipchains to net-firewall/ipchains *mol-0.9.68-r4 (14 Mar 2003) diff --git a/app-emulation/mol/mol-0.9.68-r4.ebuild b/app-emulation/mol/mol-0.9.68-r4.ebuild index 9dd8d3933bf7..4ecfc2e6c6b8 100644 --- a/app-emulation/mol/mol-0.9.68-r4.ebuild +++ b/app-emulation/mol/mol-0.9.68-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.68-r4.ebuild,v 1.1 2003/03/14 23:16:16 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.68-r4.ebuild,v 1.2 2003/03/15 03:58:32 lu_zero Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ HOMEPAGE="http://www.maconlinux.net/" DEPEND="" RDEPEND="net-misc/dhcp - sys-apps/iptables + net-firewall/iptables >=sys-apps/sed-4.0.5" SLOT="0" LICENSE="GPL-2" |