diff options
author | Chuck Short <zul@gentoo.org> | 2003-10-05 22:08:25 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-10-05 22:08:25 +0000 |
commit | 7f8480fdbaa5fc04340d212dd1afec3684bd4284 (patch) | |
tree | 308bdb42fee8e6878425818df3539dd4773e0fb4 /dev-libs/libdnet/libdnet-1.7.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-7f8480fdbaa5fc04340d212dd1afec3684bd4284.tar.gz historical-7f8480fdbaa5fc04340d212dd1afec3684bd4284.tar.bz2 historical-7f8480fdbaa5fc04340d212dd1afec3684bd4284.zip |
Added ~ia64 to sparc keywords
Diffstat (limited to 'dev-libs/libdnet/libdnet-1.7.ebuild')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libdnet/libdnet-1.7.ebuild b/dev-libs/libdnet/libdnet-1.7.ebuild index 455a26b43ebf..e7e61f271f69 100644 --- a/dev-libs/libdnet/libdnet-1.7.ebuild +++ b/dev-libs/libdnet/libdnet-1.7.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/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.2 2003/07/31 21:11:59 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.3 2003/10/05 22:08:12 zul Exp $ DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines." SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://libdnet.sourceforge.net/" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~sparc " +KEYWORDS="~x86 ~sparc ~ia64" src_compile() { econf || die |