diff options
author | 2004-04-20 02:42:40 +0000 | |
---|---|---|
committer | 2004-04-20 02:42:40 +0000 | |
commit | 8c71371394b665d15cd83e31dab0d7f608ba4236 (patch) | |
tree | 3cbc7229f2e6723035f93f88ae5b244522ce2db4 /app-text/htmlinc/htmlinc-1.0_beta1.ebuild | |
parent | add gcc-3.4 patch #47189 (diff) | |
download | gentoo-2-8c71371394b665d15cd83e31dab0d7f608ba4236.tar.gz gentoo-2-8c71371394b665d15cd83e31dab0d7f608ba4236.tar.bz2 gentoo-2-8c71371394b665d15cd83e31dab0d7f608ba4236.zip |
gcc-3.x fix #43436
Diffstat (limited to 'app-text/htmlinc/htmlinc-1.0_beta1.ebuild')
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild index 29adbf7ca1c3..c75fe6d8b69c 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild @@ -1,21 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.9 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.10 2004/04/20 02:42:39 vapier Exp $ + +inherit eutils DESCRIPTION="HTML Include System by Ulli Meybohm" HOMEPAGE="http://www.meybohm.de/" SRC_URI="http://meybohm.de/files/${PN}.tar.gz" -IUSE="" -KEYWORDS="x86 sparc" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/htmlinc src_unpack() { unpack ${A} - patch -p0 < ${FILESDIR}/htmlinc-gcc3-gentoo.patch || die "could not patch" + epatch ${FILESDIR}/htmlinc-gcc3-gentoo.patch } src_compile() { |