diff options
author | 2014-11-08 19:20:30 +0000 | |
---|---|---|
committer | 2014-11-08 19:20:30 +0000 | |
commit | cca0080ba673e4e701b680c6b7c70970063d33b9 (patch) | |
tree | 5bab663fa182fe19905a832dac9c6ab122cfabfd /www-client/dillo/dillo-3.0.4.ebuild | |
parent | Remove USE=cairo restriction on x11-libs/fltk. Remove unneeded appendage to L... (diff) | |
download | historical-cca0080ba673e4e701b680c6b7c70970063d33b9.tar.gz historical-cca0080ba673e4e701b680c6b7c70970063d33b9.tar.bz2 historical-cca0080ba673e4e701b680c6b7c70970063d33b9.zip |
Pull in correct SLOT of libjpeg to ensure headers and .so symlink are present.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'www-client/dillo/dillo-3.0.4.ebuild')
-rw-r--r-- | www-client/dillo/dillo-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/dillo/dillo-3.0.4.ebuild b/www-client/dillo/dillo-3.0.4.ebuild index ebdabc629176..795212230430 100644 --- a/www-client/dillo/dillo-3.0.4.ebuild +++ b/www-client/dillo/dillo-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild,v 1.10 2014/11/08 19:15:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild,v 1.11 2014/11/08 19:20:21 ssuominen Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -18,7 +18,7 @@ IUSE="doc +gif ipv6 +jpeg +png ssl" RDEPEND=" >=x11-libs/fltk-1.3 sys-libs/zlib - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) png? ( >=media-libs/libpng-1.2:0 ) ssl? ( dev-libs/openssl:0 ) " |