diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-15 18:45:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-15 18:45:48 +0000 |
commit | c81cb5f8ce41a6e7880f14e9ae773d78a424e858 (patch) | |
tree | aa2dfa6a06d0099c211f3241d4b1759e1f76ad10 /media-libs/libass/libass-0.9.11.ebuild | |
parent | Revision bump to avoid installing a broken gemspec (closes bug #355063). (diff) | |
download | gentoo-2-c81cb5f8ce41a6e7880f14e9ae773d78a424e858.tar.gz gentoo-2-c81cb5f8ce41a6e7880f14e9ae773d78a424e858.tar.bz2 gentoo-2-c81cb5f8ce41a6e7880f14e9ae773d78a424e858.zip |
drop png useflag: it is only needed for the test program that we do not install and causes libass.so to be linked needlessly to libpng... moreover, it doesnt build against libpng15, bug #354997
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libass/libass-0.9.11.ebuild')
-rw-r--r-- | media-libs/libass/libass-0.9.11.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/libass/libass-0.9.11.ebuild b/media-libs/libass/libass-0.9.11.ebuild index 1c6c779b2b33..0adbdc45e5e2 100644 --- a/media-libs/libass/libass-0.9.11.ebuild +++ b/media-libs/libass/libass-0.9.11.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/media-libs/libass/libass-0.9.11.ebuild,v 1.6 2011/01/26 01:40:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.9.11.ebuild,v 1.7 2011/02/15 18:45:48 aballier Exp $ EAPI=2 @@ -11,11 +11,10 @@ SRC_URI="http://libass.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="+enca +fontconfig png" +IUSE="+enca +fontconfig" RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.4.2 ) >=media-libs/freetype-2.2.1 - png? ( >=media-libs/libpng-1.4 ) virtual/libiconv enca? ( app-i18n/enca )" @@ -25,8 +24,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ $(use_enable enca) \ - $(use_enable fontconfig) \ - $(use_enable png) + $(use_enable fontconfig) } src_install() { |