diff options
author | 2011-03-02 16:26:58 +0000 | |
---|---|---|
committer | 2011-03-02 16:26:58 +0000 | |
commit | 405c05ce35fc4c628b229c9e8a36ea20c5f94cfc (patch) | |
tree | de8e70e4317b0353931db51c5cd3446a401ce2d6 /dev-lang/pike/pike-7.6.86-r1.ebuild | |
parent | Slotted gtk+ (diff) | |
download | gentoo-2-405c05ce35fc4c628b229c9e8a36ea20c5f94cfc.tar.gz gentoo-2-405c05ce35fc4c628b229c9e8a36ea20c5f94cfc.tar.bz2 gentoo-2-405c05ce35fc4c628b229c9e8a36ea20c5f94cfc.zip |
Make libpdf non-optionally disabled due to media-libs/pdflib's pending removal. Remove intermediate versions
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'dev-lang/pike/pike-7.6.86-r1.ebuild')
-rw-r--r-- | dev-lang/pike/pike-7.6.86-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/pike/pike-7.6.86-r1.ebuild b/dev-lang/pike/pike-7.6.86-r1.ebuild index d3fb2698ecf1..47dbfd2f0707 100644 --- a/dev-lang/pike/pike-7.6.86-r1.ebuild +++ b/dev-lang/pike/pike-7.6.86-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.14 2011/02/25 19:25:58 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.15 2011/03/02 16:26:58 darkside Exp $ DESCRIPTION="Pike programming language and runtime" HOMEPAGE="http://pike.ida.liu.se/" @@ -9,7 +9,7 @@ SRC_URI="http://pike.ida.liu.se/pub/pike/all/${PV}/Pike-v${PV}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="bzip2 debug doc fftw gdbm gtk hardened jpeg kerberos mime mysql opengl pcre pdf scanner sdl ssl svg tiff truetype zlib" +IUSE="bzip2 debug doc fftw gdbm gtk hardened jpeg kerberos mime mysql opengl pcre scanner sdl ssl svg tiff truetype zlib" DEPEND="<dev-libs/nettle-2 dev-libs/gmp @@ -23,7 +23,6 @@ DEPEND="<dev-libs/nettle-2 mysql? ( virtual/mysql ) opengl? ( virtual/opengl media-libs/freeglut ) pcre? ( dev-libs/libpcre ) - pdf? ( media-libs/pdflib ) !x86-fbsd? ( scanner? ( media-gfx/sane-backends ) ) sdl? ( media-libs/libsdl media-libs/sdl-mixer ) ssl? ( dev-libs/openssl ) @@ -51,6 +50,7 @@ src_compile() { --without-cdebug \ --without-bundles \ --without-copt \ + --without-libpdf \ --with-crypt \ --with-gif \ --with-gmp \ @@ -66,7 +66,6 @@ src_compile() { $(use_with opengl GL) \ $(use_with opengl GLUT) \ $(use_with pcre _Regexp_PCRE) \ - $(use_with pdf libpdf) \ $(use_with scanner sane) \ $(use_with sdl SDL) \ $(use_with sdl SDL_mixer) \ |