Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512408 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-text/ps2pkm/ps2pkm-1.5_p20140525.ebuild (-2 / +6 lines)
Lines 2-10 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=4
5
EAPI=5
6
6
7
inherit flag-o-matic toolchain-funcs
7
inherit eutils flag-o-matic toolchain-funcs
8
8
9
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
9
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
10
HOMEPAGE="http://tug.org/texlive/"
10
HOMEPAGE="http://tug.org/texlive/"
Lines 26-31 Link Here
26
S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
26
S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
27
DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
27
DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
28
28
29
src_prepare() {
30
	epatch "${FILESDIR}/${PN}-1.5-format-security.patch"
31
}
32
29
src_configure() {
33
src_configure() {
30
	has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
34
	has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
31
	econf --with-system-kpathsea
35
	econf --with-system-kpathsea

Return to bug 512408