diff options
author | David Holm <dholm@gentoo.org> | 2005-07-12 07:27:35 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-12 07:27:35 +0000 |
commit | 2e0bf48116398a23c0d6525b1a719301e370e1c4 (patch) | |
tree | 2c59948281b6d9e7cc91e6becb87774904a775a0 /net-firewall/quicktables | |
parent | Change mod_php-4.4.0.ebuild to use the old Apache layout, thus allowing it to... (diff) | |
download | gentoo-2-2e0bf48116398a23c0d6525b1a719301e370e1c4.tar.gz gentoo-2-2e0bf48116398a23c0d6525b1a719301e370e1c4.tar.bz2 gentoo-2-2e0bf48116398a23c0d6525b1a719301e370e1c4.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall/quicktables')
-rw-r--r-- | net-firewall/quicktables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/quicktables/quicktables-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/quicktables/ChangeLog b/net-firewall/quicktables/ChangeLog index c4cd92ba8809..4f33e29a4725 100644 --- a/net-firewall/quicktables/ChangeLog +++ b/net-firewall/quicktables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/quicktables # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/ChangeLog,v 1.1 2005/07/12 02:41:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/ChangeLog,v 1.2 2005/07/12 07:27:35 dholm Exp $ + + 12 Jul 2005; David Holm <dholm@gentoo.org> quicktables-2.3.ebuild: + Added to ~ppc. *quicktables-2.3 (11 Jul 2005) diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild index 01b937e8efad..a60c85be9556 100644 --- a/net-firewall/quicktables/quicktables-2.3.ebuild +++ b/net-firewall/quicktables/quicktables-2.3.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-firewall/quicktables/quicktables-2.3.ebuild,v 1.1 2005/07/12 02:41:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/quicktables-2.3.ebuild,v 1.2 2005/07/12 07:27:35 dholm Exp $ DESCRIPTION="a quick iptables script generator" HOMEPAGE="http://qtables.radom.org/" @@ -8,7 +8,7 @@ SRC_URI="http://qtables.radom.org/files/${P}.tar.gz" LICENSE="GPL-2" IUSE="" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" RDEPEND="net-firewall/iptables" |