diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:24:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:24:26 +0000 |
commit | 84a62e3fd97981a438193bfa6a4ced0d7da5d673 (patch) | |
tree | 98a854ddc3a835216543724074abe64c334d1a6a /dev-tex/csindex | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-84a62e3fd97981a438193bfa6a4ced0d7da5d673.tar.gz gentoo-2-84a62e3fd97981a438193bfa6a4ced0d7da5d673.tar.bz2 gentoo-2-84a62e3fd97981a438193bfa6a4ced0d7da5d673.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/csindex')
-rw-r--r-- | dev-tex/csindex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/csindex/csindex-2.11c.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/csindex/ChangeLog b/dev-tex/csindex/ChangeLog index a250e40b2029..bceb789ec4b4 100644 --- a/dev-tex/csindex/ChangeLog +++ b/dev-tex/csindex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/csindex -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/ChangeLog,v 1.6 2007/03/13 00:12:46 nattfodd Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/ChangeLog,v 1.7 2009/09/23 17:24:26 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> csindex-2.11c.ebuild: + Remove virtual/libc 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/csindex/csindex-2.11c.ebuild b/dev-tex/csindex/csindex-2.11c.ebuild index cd0a444b97ce..f10ef078969b 100644 --- a/dev-tex/csindex/csindex-2.11c.ebuild +++ b/dev-tex/csindex/csindex-2.11c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.6 2005/05/16 04:28:14 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.7 2009/09/23 17:24:26 patrick Exp $ inherit toolchain-funcs @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${MY_P} |