diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 09:40:26 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 09:40:26 +0000 |
commit | 3fcd5ffbb4a2638af0db4e96a72e8736c895c0e7 (patch) | |
tree | e53510d0890357751d2a238dc16ccfdbe4f11410 /net-p2p/mhxd | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-3fcd5ffbb4a2638af0db4e96a72e8736c895c0e7.tar.gz historical-3fcd5ffbb4a2638af0db4e96a72e8736c895c0e7.tar.bz2 historical-3fcd5ffbb4a2638af0db4e96a72e8736c895c0e7.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-p2p/mhxd')
-rw-r--r-- | net-p2p/mhxd/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/mhxd/mhxd-0.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/mhxd/ChangeLog b/net-p2p/mhxd/ChangeLog index 7f55e8f5bc1d..b5fd08fa3122 100644 --- a/net-p2p/mhxd/ChangeLog +++ b/net-p2p/mhxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mhxd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.3 2004/06/25 00:34:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.4 2004/07/01 09:32:21 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> mhxd-0.4.9.ebuild: + virtual/glibc needs changed to virtual/libc *mhxd-0.4.9 (05 Jun 2004) diff --git a/net-p2p/mhxd/mhxd-0.4.9.ebuild b/net-p2p/mhxd/mhxd-0.4.9.ebuild index 4efa2358d476..49f1cc2f3d23 100644 --- a/net-p2p/mhxd/mhxd-0.4.9.ebuild +++ b/net-p2p/mhxd/mhxd-0.4.9.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-p2p/mhxd/mhxd-0.4.9.ebuild,v 1.3 2004/06/25 00:34:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.9.ebuild,v 1.4 2004/07/01 09:32:21 squinky86 Exp $ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" @@ -11,7 +11,7 @@ HOMEPAGE="http://hotlinex.sf.net/" IUSE="ipv6 ssl mysql" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( >=dev-libs/openssl-0.9.6d ) mysql? ( >=dev-db/mysql-3.23.52 ) >=sys-libs/zlib-1.1.4" |