diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-12-10 21:15:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-12-10 21:15:31 +0000 |
commit | 9f9e7eca7cbddeff87816fcef00d6ebdd61e8baf (patch) | |
tree | bba197e98f0c0212bda1b1b7d1d2cde305339427 /dev-libs/intel-common | |
parent | Version bump. The new version fixes compatibility issues with PyPy and Python... (diff) | |
download | gentoo-2-9f9e7eca7cbddeff87816fcef00d6ebdd61e8baf.tar.gz gentoo-2-9f9e7eca7cbddeff87816fcef00d6ebdd61e8baf.tar.bz2 gentoo-2-9f9e7eca7cbddeff87816fcef00d6ebdd61e8baf.zip |
dev-libs/intel-common: Manpagges are handled in the eclass
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-libs/intel-common')
-rw-r--r-- | dev-libs/intel-common/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/intel-common/intel-common-13.0.1.117.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog index bc4974b40d2b..80ee592c94d1 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/intel-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.5 2012/12/10 19:33:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.6 2012/12/10 21:15:31 jlec Exp $ + + 10 Dec 2012; Justin Lecher <jlec@gentoo.org> intel-common-13.0.1.117.ebuild: + Manpagges are handled in the eclass *intel-common-13.0.1.117 (10 Dec 2012) diff --git a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild index 695aa7556129..ede819b67945 100644 --- a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild +++ b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/intel-common-13.0.1.117.ebuild,v 1.1 2012/12/10 19:33:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/intel-common-13.0.1.117.ebuild,v 1.2 2012/12/10 21:15:31 jlec Exp $ EAPI=4 @@ -34,7 +34,6 @@ src_install() { local path rootpath ldpath arch fenv=35intelsdp cat > ${fenv} <<-EOF NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N - MANPATH=${INTEL_SDP_EDIR}/man/en_US INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license" EOF for arch in ${INTEL_ARCH}; do |