diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-28 20:27:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-28 20:27:48 +0000 |
commit | 77565c659e91bc97b9d98211909b24031366eed7 (patch) | |
tree | 6e00c3acb668e9c8d9ddfb3a7234868f5c54b0ed /net-misc/aggregate/aggregate-1.6.ebuild | |
parent | improve spamd.init as per bug #22833 so it starts in the correct place, and b... (diff) | |
download | gentoo-2-77565c659e91bc97b9d98211909b24031366eed7.tar.gz gentoo-2-77565c659e91bc97b9d98211909b24031366eed7.tar.bz2 gentoo-2-77565c659e91bc97b9d98211909b24031366eed7.zip |
move to x86, add other arches that it should work on
Diffstat (limited to 'net-misc/aggregate/aggregate-1.6.ebuild')
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 5aaf3bb5dcc1..c95622efa2b1 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.2 2003/09/13 08:10:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.3 2003/10/28 20:26:59 robbat2 Exp $ DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list." HOMEPAGE="http://dist.automagic.org/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~alpha ~arm ~hppa ia64 amd64 ~sparc ~mips" IUSE="" DEPEND="" RDEPEND="dev-lang/perl" |