summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-09-03 11:40:31 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-09-03 11:40:31 +0000
commitda2a161631addfa1b4e10ff3b509e604ba1aaa15 (patch)
tree1ed51773f8322bf42758b2b2d3db916de5269cee /dev-tex/latex-unicode/latex-unicode-20041017.ebuild
parentfix for pkgconfig file (diff)
downloadhistorical-da2a161631addfa1b4e10ff3b509e604ba1aaa15.tar.gz
historical-da2a161631addfa1b4e10ff3b509e604ba1aaa15.tar.bz2
historical-da2a161631addfa1b4e10ff3b509e604ba1aaa15.zip
remove dependency on virtual/tetex and block dev-texlive/texlive-latexrecommended
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-tex/latex-unicode/latex-unicode-20041017.ebuild')
-rw-r--r--dev-tex/latex-unicode/latex-unicode-20041017.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/latex-unicode/latex-unicode-20041017.ebuild b/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
index cd75944098ad..a7f1bced78f3 100644
--- a/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
+++ b/dev-tex/latex-unicode/latex-unicode-20041017.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/latex-unicode/latex-unicode-20041017.ebuild,v 1.8 2007/01/28 06:43:02 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20041017.ebuild,v 1.9 2008/09/03 11:40:31 opfer Exp $
inherit latex-package
@@ -17,14 +17,14 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="cjk"
-DEPEND="virtual/tetex
+DEPEND="!dev-texlive/texlive-latexrecommended
cjk? ( dev-tex/cjk-latex )"
S=${WORKDIR}/ucs
src_unpack() {
unpack ${P}.tar.gz
- cp ${DISTDIR}/UnicodeData.txt ${S}
+ cp "${DISTDIR}"/UnicodeData.txt "${S}"
}
src_compile() {