diff options
author | 2002-10-31 04:13:51 +0000 | |
---|---|---|
committer | 2002-10-31 04:13:51 +0000 | |
commit | 87fa9fae1d15c6402c044ecb5839d8e5ca231f73 (patch) | |
tree | e6ad8c1a96746efabc3f21a06ae630a8b2e6d5ea /net-irc/cyclone | |
parent | removed virtual/X11 dependency (diff) | |
download | gentoo-2-87fa9fae1d15c6402c044ecb5839d8e5ca231f73.tar.gz gentoo-2-87fa9fae1d15c6402c044ecb5839d8e5ca231f73.tar.bz2 gentoo-2-87fa9fae1d15c6402c044ecb5839d8e5ca231f73.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" |