summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-01-10 20:35:24 +0000
committerJonathan Callen <abcd@gentoo.org>2010-01-10 20:35:24 +0000
commitf5fc09a0b106fca1cb219dd84a1747d505977a3a (patch)
tree9960494aa51aa839a18e5950970ce2474cef2f92 /media-libs/tiff
parentx86 stable, bug #298300 (diff)
downloadgentoo-2-f5fc09a0b106fca1cb219dd84a1747d505977a3a.tar.gz
gentoo-2-f5fc09a0b106fca1cb219dd84a1747d505977a3a.tar.bz2
gentoo-2-f5fc09a0b106fca1cb219dd84a1747d505977a3a.zip
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r--media-libs/tiff/ChangeLog7
-rw-r--r--media-libs/tiff/tiff-3.9.2.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog
index 6e2eab5c83c5..38299d71853e 100644
--- a/media-libs/tiff/ChangeLog
+++ b/media-libs/tiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/tiff
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.142 2009/12/20 16:25:46 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.143 2010/01/10 20:35:24 abcd Exp $
+
+ 10 Jan 2010; Jonathan Callen <abcd@gentoo.org> tiff-3.9.2.ebuild:
+ Add prefix keywords
20 Dec 2009; Raúl Porcel <armin76@gentoo.org> tiff-3.9.2.ebuild:
ia64/m68k/s390/sh/sparc stable wrt #291612
diff --git a/media-libs/tiff/tiff-3.9.2.ebuild b/media-libs/tiff/tiff-3.9.2.ebuild
index 4e9b8683b40e..7b79a5682de0 100644
--- a/media-libs/tiff/tiff-3.9.2.ebuild
+++ b/media-libs/tiff/tiff-3.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.2.ebuild,v 1.8 2009/12/20 16:25:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.2.ebuild,v 1.9 2010/01/10 20:35:24 abcd Exp $
EAPI=2
inherit eutils libtool
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="jpeg jbig +cxx zlib"
DEPEND="jpeg? ( >=media-libs/jpeg-6b )
@@ -24,6 +24,7 @@ src_prepare() {
}
src_configure() {
+ use prefix || EPREFIX=
econf \
--disable-dependency-tracking \
$(use_enable cxx) \
@@ -31,7 +32,7 @@ src_configure() {
$(use_enable jpeg) \
$(use_enable jbig) \
--without-x \
- --with-docdir=/usr/share/doc/${PF}
+ --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
}
src_install() {