diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-20 21:56:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-20 21:56:32 +0000 |
commit | 00f6b4b611e494df167409283e331e58e52a283f (patch) | |
tree | 8b822d9b2fcabe1d0362d85b0d0f4f9d43a2f30a /dev-tex/hyphen_show/hyphen_show-20000425.ebuild | |
parent | amd64 stable (diff) | |
download | historical-00f6b4b611e494df167409283e331e58e52a283f.tar.gz historical-00f6b4b611e494df167409283e331e58e52a283f.tar.bz2 historical-00f6b4b611e494df167409283e331e58e52a283f.zip |
Add longdescription to metadata. Don't quote .
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-tex/hyphen_show/hyphen_show-20000425.ebuild')
-rw-r--r-- | dev-tex/hyphen_show/hyphen_show-20000425.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild b/dev-tex/hyphen_show/hyphen_show-20000425.ebuild index 49f584427d55..3b3d1213d9ec 100644 --- a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild +++ b/dev-tex/hyphen_show/hyphen_show-20000425.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/hyphen_show/hyphen_show-20000425.ebuild,v 1.2 2007/07/13 06:20:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/hyphen_show/hyphen_show-20000425.ebuild,v 1.3 2008/03/20 21:56:32 ulm Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ DEPEND="" S=${WORKDIR}/${MY_PN}-${PV} src_unpack() { - unpack "${A}" + unpack ${A} epatch "${FILESDIR}"/${PN}-gcc34.patch } |