summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-05-15 12:40:08 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-05-15 12:40:08 +0000
commit25703f88d578f3f7a0c72b4c4c0c44c69da2d00b (patch)
treef096536845efc4c618df34af483cfc05fd8ad9fa /games-mud
parentdrop virtual/libc dep (diff)
downloadgentoo-2-25703f88d578f3f7a0c72b4c4c0c44c69da2d00b.tar.gz
gentoo-2-25703f88d578f3f7a0c72b4c4c0c44c69da2d00b.tar.bz2
gentoo-2-25703f88d578f3f7a0c72b4c4c0c44c69da2d00b.zip
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/circlemud/circlemud-3.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild
index 536601eaed88..85f093a67c27 100644
--- a/games-mud/circlemud/circlemud-3.1.ebuild
+++ b/games-mud/circlemud/circlemud-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/circlemud/circlemud-3.1.ebuild,v 1.10 2008/03/07 01:24:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/circlemud/circlemud-3.1.ebuild,v 1.11 2008/05/15 12:40:08 nyhm Exp $
inherit games
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND="virtual/libc
- dev-libs/openssl"
+DEPEND="dev-libs/openssl"
S="${WORKDIR}/circle-${PV}"