diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:40:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:40:28 +0000 |
commit | f70be2093718f0d21a9fe409cfc76993287bf166 (patch) | |
tree | 56fe549bb3de84f02028ed95a0bbcf807ccd8d17 /app-text/texi2html | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-f70be2093718f0d21a9fe409cfc76993287bf166.tar.gz gentoo-2-f70be2093718f0d21a9fe409cfc76993287bf166.tar.bz2 gentoo-2-f70be2093718f0d21a9fe409cfc76993287bf166.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 3ba2628c5b1d..27dbc1e7cd68 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texi2html -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.40 2009/03/18 19:09:21 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.41 2009/09/23 16:40:28 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> texi2html-1.64-r1.ebuild: + Remove virtual/libc 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> texi2html-1.76.ebuild: sh stable wrt #253551 diff --git a/app-text/texi2html/texi2html-1.64-r1.ebuild b/app-text/texi2html/texi2html-1.64-r1.ebuild index 9034df497d73..5a09dcc4dba3 100644 --- a/app-text/texi2html/texi2html-1.64-r1.ebuild +++ b/app-text/texi2html/texi2html-1.64-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.16 2007/11/23 18:24:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.17 2009/09/23 16:40:28 patrick Exp $ inherit alternatives @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/libc - >=dev-lang/perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_compile() { econf --program-suffix=-${PV} || die "Configuration Failed" |