diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-15 03:18:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-15 03:18:19 +0000 |
commit | a4f2da4dc891aa07442ddae0e10e15f842025b38 (patch) | |
tree | f195bdd6dc3bad70ddf4412ef3fef809b9a5ae58 /net-irc | |
parent | Initial import of Stat-lsMode. Part of bug #41605. (Manifest recommit) (diff) | |
download | gentoo-2-a4f2da4dc891aa07442ddae0e10e15f842025b38.tar.gz gentoo-2-a4f2da4dc891aa07442ddae0e10e15f842025b38.tar.bz2 gentoo-2-a4f2da4dc891aa07442ddae0e10e15f842025b38.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/dancer-ircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/dancer-ircd/ChangeLog b/net-irc/dancer-ircd/ChangeLog index 74bba3f476be..469f3bba7fe4 100644 --- a/net-irc/dancer-ircd/ChangeLog +++ b/net-irc/dancer-ircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/dancer-ircd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/ChangeLog,v 1.5 2004/01/03 04:05:52 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/ChangeLog,v 1.6 2004/02/15 03:18:19 weeve Exp $ + + 14 Feb 2004; Jason Wever <weeve@gentoo.org> dancer-ircd-1.0.31_p8-r1.ebuild: + Added ~sparc keyword. 03 Jan 2004; Chuck Short <zul@gentoo.org> dancer-ircd-1.0.31_p8-r1.ebuild, dancer-ircd-1.0.31_p8.ebuild, files/dancer-ircd: diff --git a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild index 4a3e81aefd86..82f03b6e2234 100644 --- a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild +++ b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-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-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.4 2004/01/03 04:05:52 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.5 2004/02/15 03:18:19 weeve Exp $ DESCRIPTION="A ircd with ipv6 support use by the freenode network" HOMEPAGE="http://freenode.net/dancer_ircd.shtml" @@ -15,7 +15,7 @@ DEPEND="doc? ( app-text/openjade LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~hppa" +KEYWORDS="x86 ~hppa ~sparc" IUSE="ipv6 doc" #RDEPEND="" S=${WORKDIR}/${PN}-${PV/_p/+maint} |