diff options
author | 2003-10-28 20:27:48 +0000 | |
---|---|---|
committer | 2003-10-28 20:27:48 +0000 | |
commit | 84f166baa2fcb2e0b40ffe2c6b93fa4db1160bed (patch) | |
tree | ee0f1e0ee4beebef58982cd2944197271679372b /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 | historical-84f166baa2fcb2e0b40ffe2c6b93fa4db1160bed.tar.gz historical-84f166baa2fcb2e0b40ffe2c6b93fa4db1160bed.tar.bz2 historical-84f166baa2fcb2e0b40ffe2c6b93fa4db1160bed.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" |