diff options
author | 2005-01-10 14:53:39 +0000 | |
---|---|---|
committer | 2005-01-10 14:53:39 +0000 | |
commit | 74ccc97a99669d6b1c02e05be4a206d982cc5a6f (patch) | |
tree | 9b4f670fb046a2d63dbab8a0964913c941a6fe25 /net-firewall | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-74ccc97a99669d6b1c02e05be4a206d982cc5a6f.tar.gz gentoo-2-74ccc97a99669d6b1c02e05be4a206d982cc5a6f.tar.bz2 gentoo-2-74ccc97a99669d6b1c02e05be4a206d982cc5a6f.zip |
Added to ~amd64, bug #71047
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/kmyfirewall/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-firewall/kmyfirewall/ChangeLog b/net-firewall/kmyfirewall/ChangeLog index 7ddc538e2a65..d6a3afec01e9 100644 --- a/net-firewall/kmyfirewall/ChangeLog +++ b/net-firewall/kmyfirewall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/kmyfirewall -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.17 2004/07/03 20:43:53 carlo Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.18 2005/01/10 14:50:53 sekretarz Exp $ + + 10 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> + kmyfirewall-0.9.6.2.ebuild: + Added to ~amd64, bug #71047 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> -kmyfirewall-0.9.4.ebuild, -kmyfirewall-0.9.5.ebuild, kmyfirewall-0.9.6.2.ebuild: diff --git a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild b/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild index 410454528abd..d797a29a549e 100644 --- a/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild +++ b/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild,v 1.6 2004/07/03 20:43:53 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-0.9.6.2.ebuild,v 1.7 2005/01/10 14:50:53 sekretarz Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kmyfirewall/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc alpha ~ppc" +KEYWORDS="x86 sparc alpha ~ppc ~amd64" IUSE="" DEPEND="sys-apps/sed" |