diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-03-21 21:16:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-03-21 21:16:13 +0000 |
commit | a97017a75a2ced256e92308d470e0bfaca3be558 (patch) | |
tree | 78b1846b270b8d2228228177dd3526647f5c29c1 /app-text/cook | |
parent | Fix packages inform output in cfengine-2.1.22 (diff) | |
download | gentoo-2-a97017a75a2ced256e92308d470e0bfaca3be558.tar.gz gentoo-2-a97017a75a2ced256e92308d470e0bfaca3be558.tar.bz2 gentoo-2-a97017a75a2ced256e92308d470e0bfaca3be558.zip |
change sys-libs/glibc into virtual/libc
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/cook')
-rw-r--r-- | app-text/cook/cook-1.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/cook/cook-1.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/cook/cook-1.0.2-r1.ebuild b/app-text/cook/cook-1.0.2-r1.ebuild index 5030341ab9f8..822f19b23b1c 100644 --- a/app-text/cook/cook-1.0.2-r1.ebuild +++ b/app-text/cook/cook-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.5 2005/04/24 11:34:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.6 2007/03/21 21:16:13 grobian Exp $ DESCRIPTION="COOK is an embedded language which can be used as a macro preprocessor and for similar text processing." HOMEPAGE="http://cook.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="sys-libs/glibc" +DEPEND="virtual/libc" src_compile() { cd ${S} diff --git a/app-text/cook/cook-1.0.2.ebuild b/app-text/cook/cook-1.0.2.ebuild index 675047354aed..ddf04c59f170 100644 --- a/app-text/cook/cook-1.0.2.ebuild +++ b/app-text/cook/cook-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2.ebuild,v 1.6 2005/01/01 16:06:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2.ebuild,v 1.7 2007/03/21 21:16:13 grobian Exp $ DESCRIPTION="COOK is an embedded language which can be used as a macro preprocessor and for similar text processing." HOMEPAGE="http://cook.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="sys-libs/glibc" +DEPEND="virtual/libc" src_compile() { cd ${S} |