diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-06-11 18:35:50 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-06-11 18:35:50 +0000 |
commit | 75323990259a08e653b271c5e48bc1f95c32072c (patch) | |
tree | 4ea265b95fef64724dc42088c3752093ea5d0aad /net-analyzer/ns | |
parent | Don't set RDEPEND=${DEPEND}! (Manifest recommit) (diff) | |
download | gentoo-2-75323990259a08e653b271c5e48bc1f95c32072c.tar.gz gentoo-2-75323990259a08e653b271c5e48bc1f95c32072c.tar.bz2 gentoo-2-75323990259a08e653b271c5e48bc1f95c32072c.zip |
Add ~sparc keyword.
Diffstat (limited to 'net-analyzer/ns')
-rw-r--r-- | net-analyzer/ns/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ns/ns-2.27-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ns/ChangeLog b/net-analyzer/ns/ChangeLog index 1d4cd533e4c8..4bd615119e1d 100644 --- a/net-analyzer/ns/ChangeLog +++ b/net-analyzer/ns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ns # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ChangeLog,v 1.8 2004/06/07 22:11:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ChangeLog,v 1.9 2004/06/11 18:35:12 fmccor Exp $ + + 11 Jun 2004; Ferris McCormick <fmccor@gentoo.org> ns-2.27-r1.ebuild: + Add ~sparc keyword. 07 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> ns-2.27-r1.ebuild: remove unnecessary variables and function; tidy diff --git a/net-analyzer/ns/ns-2.27-r1.ebuild b/net-analyzer/ns/ns-2.27-r1.ebuild index 1f8b4cd07e4e..998d0ff80742 100644 --- a/net-analyzer/ns/ns-2.27-r1.ebuild +++ b/net-analyzer/ns/ns-2.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.27-r1.ebuild,v 1.3 2004/06/07 22:11:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.27-r1.ebuild,v 1.4 2004/06/11 18:35:12 fmccor Exp $ DESCRIPTION="Network Simulator" HOMEPAGE="http://www.isi.edu/nsnam/ns/" @@ -8,7 +8,7 @@ SRC_URI="http://www.isi.edu/nsnam/dist/${PN}-src-${PV}.tar.gz" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="doc debug" DEPEND_COMMON=">=dev-lang/tcl-8.4.4 |