diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 17:07:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 17:07:27 +0000 |
commit | fde758d795b868938ea6a0e2eb58caffac77cfea (patch) | |
tree | 3d9ed632156b365ac1cb1c62a9a9065c4c3474b2 /net-irc | |
parent | Missed one on my last commit (Manifest recommit) (diff) | |
download | gentoo-2-fde758d795b868938ea6a0e2eb58caffac77cfea.tar.gz gentoo-2-fde758d795b868938ea6a0e2eb58caffac77cfea.tar.bz2 gentoo-2-fde758d795b868938ea6a0e2eb58caffac77cfea.zip |
RESTRICT="nomirror"
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/lostirc/lostirc-0.3.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/lostirc/lostirc-0.3.2.ebuild b/net-irc/lostirc/lostirc-0.3.2.ebuild index 4efe2fea3eac..b305c0681793 100644 --- a/net-irc/lostirc/lostirc-0.3.2.ebuild +++ b/net-irc/lostirc/lostirc-0.3.2.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/lostirc/lostirc-0.3.2.ebuild,v 1.1 2004/03/06 13:29:33 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.3.2.ebuild,v 1.2 2004/03/23 17:07:27 mholzer Exp $ inherit base @@ -8,6 +8,7 @@ IUSE="kde gnome" DESCRIPTION="A simple but functional graphical IRC client" HOMEPAGE="http://lostirc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" |