diff options
author | Jon Nall <nall@gentoo.org> | 2002-10-31 04:13:51 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-10-31 04:13:51 +0000 |
commit | 685e3a3ff28a6eb8a5c5a138f020d711f9565501 (patch) | |
tree | f93d6102f1cc26ed2fa1017b6f0d7435899cea4f /net-irc/cyclone | |
parent | removed virtual/X11 dependency (diff) | |
download | historical-685e3a3ff28a6eb8a5c5a138f020d711f9565501.tar.gz historical-685e3a3ff28a6eb8a5c5a138f020d711f9565501.tar.bz2 historical-685e3a3ff28a6eb8a5c5a138f020d711f9565501.zip |
added ~ppc to KEYWORDS
Diffstat (limited to 'net-irc/cyclone')
-rw-r--r-- | net-irc/cyclone/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/cyclone/cyclone-0.3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/cyclone/ChangeLog b/net-irc/cyclone/ChangeLog index 72f3725cc0de..5251d67a6353 100644 --- a/net-irc/cyclone/ChangeLog +++ b/net-irc/cyclone/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-irc/cyclone # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/ChangeLog,v 1.1 2002/07/12 05:53:44 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/ChangeLog,v 1.2 2002/10/31 04:08:54 nall Exp $ *cyclone-0.3.1.1 (12 Jul 2002) + 30 Oct 2002; Jon Nall <nall@gentoo.org> cyclone-0.3.1.1.ebuild : + Added ~ppc to KEYWORDS + 12 Jul 2002; Bruce A. Locke <blocke@shivan.org> cyclone-0.3.1.1.ebuild: Initial ebuild version. diff --git a/net-irc/cyclone/cyclone-0.3.1.1.ebuild b/net-irc/cyclone/cyclone-0.3.1.1.ebuild index 43bef39b929c..9b55633366a1 100644 --- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild +++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.4 2002/10/04 06:05:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.5 2002/10/31 04:08:54 nall Exp $ S=${WORKDIR}/${P} DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features" SRC_URI="ftp://ftp.slashnet.org/pub/cyclone/server/${P}.tar.gz" HOMEPAGE="http://www.slashnet.org" SLOT="0" -KEYWORDS="*" +KEYWORDS="~ppc" LICENSE="GPL & BSD" DEPEND="virtual/glibc" |