summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 17:41:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 17:41:22 +0000
commit16d16e0dbb9fdc136bd7e262ed6a650b15fede44 (patch)
treed3d3ec804bc987bf15af8700cafbe30508cf0e10 /dev-util/btyacc
parentRemove virtual/libc (diff)
downloadgentoo-2-16d16e0dbb9fdc136bd7e262ed6a650b15fede44.tar.gz
gentoo-2-16d16e0dbb9fdc136bd7e262ed6a650b15fede44.tar.bz2
gentoo-2-16d16e0dbb9fdc136bd7e262ed6a650b15fede44.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/btyacc')
-rw-r--r--dev-util/btyacc/ChangeLog5
-rw-r--r--dev-util/btyacc/btyacc-3.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/btyacc/ChangeLog b/dev-util/btyacc/ChangeLog
index 1ec8a3b8299f..02007d7d45fa 100644
--- a/dev-util/btyacc/ChangeLog
+++ b/dev-util/btyacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/btyacc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.10 2009/09/04 13:34:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.11 2009/09/23 17:41:22 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> btyacc-3.0.ebuild:
+ Remove virtual/libc
*btyacc-3.0-r1 (04 Sep 2009)
diff --git a/dev-util/btyacc/btyacc-3.0.ebuild b/dev-util/btyacc/btyacc-3.0.ebuild
index 725dad78f313..568312b211f0 100644
--- a/dev-util/btyacc/btyacc-3.0.ebuild
+++ b/dev-util/btyacc/btyacc-3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.8 2008/10/31 06:19:16 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.9 2009/09/23 17:41:22 patrick Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="x86 ppc"
-DEPEND="virtual/libc"
+DEPEND=""
S="${WORKDIR}"
src_unpack() {