diff options
author | 2002-07-16 04:54:33 +0000 | |
---|---|---|
committer | 2002-07-16 04:54:33 +0000 | |
commit | 33d7ba59b23e1e84a07e4d3b22a4665b19422f3a (patch) | |
tree | 3c5d52b9af258c3868823658e8f9fbb64151e1b4 /net-irc/bitchx/bitchx-1.0.19-r1.ebuild | |
parent | ppc tagging (diff) | |
download | historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.gz historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.bz2 historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.zip |
ppc tagging
Diffstat (limited to 'net-irc/bitchx/bitchx-1.0.19-r1.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild index 1223746149ba..e371de1adebf 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.5 2002/07/16 04:54:32 seemant Exp $ MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -18,6 +18,10 @@ DEPEND=">=sys-libs/ncurses-5.1 gtk? ( =x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + #src_unpack() { # unpack ${A} # cd ${S} |