diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-13 18:44:09 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-13 18:44:09 +0000 |
commit | 9193dada64a5c047f676f1800755e4c5744905af (patch) | |
tree | 1034ef871819c7addba9e0b5556c5b2c3588d10c /dev-libs/libdnet | |
parent | Added a compile fix for OpenSWAN when debugging is turned off. Closes bug #56... (diff) | |
download | gentoo-2-9193dada64a5c047f676f1800755e4c5744905af.tar.gz gentoo-2-9193dada64a5c047f676f1800755e4c5744905af.tar.bz2 gentoo-2-9193dada64a5c047f676f1800755e4c5744905af.zip |
Closing #56844.
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog index 983291a5a5c7..b31e88e82667 100644 --- a/dev-libs/libdnet/ChangeLog +++ b/dev-libs/libdnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.8 2004/06/24 23:15:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.9 2004/07/13 18:44:09 aliz Exp $ + + 13 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> libdnet-1.7.ebuild: + Added amd64 keyword, closing #56844. 24 Mar 2004; Jason Wever <weeve@gentoo.org> libdnet-1.7.ebuild: Stable on sparc. diff --git a/dev-libs/libdnet/libdnet-1.7.ebuild b/dev-libs/libdnet/libdnet-1.7.ebuild index c3c7ed3a076d..60c68a68fd3d 100644 --- a/dev-libs/libdnet/libdnet-1.7.ebuild +++ b/dev-libs/libdnet/libdnet-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.8 2004/06/24 23:15:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.9 2004/07/13 18:44:09 aliz Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc hppa ~ia64" +KEYWORDS="x86 ppc sparc hppa ~ia64 ~amd64" src_install () { einstall || die |