diff options
author | 2004-07-01 22:24:02 +0000 | |
---|---|---|
committer | 2004-07-01 22:24:02 +0000 | |
commit | 11c6c54542ca08c0c4d8889a525e11dca4bfa452 (patch) | |
tree | 9b2dd5f4e36c94e54c3bf58df90e3d67c12025f1 /net-irc/ptlink/ptlink-6.14.2.ebuild | |
parent | Fixing stray digest. if it doesn't bugs this time:) (diff) | |
download | historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.tar.gz historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.tar.bz2 historical-11c6c54542ca08c0c4d8889a525e11dca4bfa452.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-irc/ptlink/ptlink-6.14.2.ebuild')
-rw-r--r-- | net-irc/ptlink/ptlink-6.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ptlink/ptlink-6.14.2.ebuild b/net-irc/ptlink/ptlink-6.14.2.ebuild index 5d67ecc4100f..78da10019a4d 100644 --- a/net-irc/ptlink/ptlink-6.14.2.ebuild +++ b/net-irc/ptlink/ptlink-6.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink/ptlink-6.14.2.ebuild,v 1.4 2004/06/24 23:08:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ptlink/ptlink-6.14.2.ebuild,v 1.5 2004/07/01 22:23:17 eradicator Exp $ MY_P="PTlink${PV}" DESCRIPTION="PTlink IRCd is a secure IRC daemon with many advanced features." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${MY_P} |