From: Justin Lecher Date: Tue, 20 Dec 2011 20:49:42 +0000 (+0000) Subject: Add dep on sys-libs/zlib requested by ago X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9698014c22ebdad18d71f25bba49d8856e766a5;p=gentoo.git Add dep on sys-libs/zlib requested by ago Package-Manager: portage-2.2.0_alpha81/cvs/Linux x86_64 --- diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index c6533af8a161..f11c633bc35b 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.88 2011/12/20 16:29:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.89 2011/12/20 20:49:42 jlec Exp $ + + 20 Dec 2011; Justin Lecher texmaker-3.1.ebuild: + Add dep on sys-libs/zlib requested by ago 20 Dec 2011; Agostino Sarubbo texmaker-3.1.ebuild: Stable for AMD64, wrt bug #395053 diff --git a/app-office/texmaker/texmaker-3.1.ebuild b/app-office/texmaker/texmaker-3.1.ebuild index 572f47c7e380..3e352d5c6271 100644 --- a/app-office/texmaker/texmaker-3.1.ebuild +++ b/app-office/texmaker/texmaker-3.1.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/app-office/texmaker/texmaker-3.1.ebuild,v 1.4 2011/12/20 16:29:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.1.ebuild,v 1.5 2011/12/20 20:49:42 jlec Exp $ EAPI="3" @@ -32,6 +32,7 @@ S="${WORKDIR}/${MY_P}" COMMON_DEPEND=" app-text/poppler[qt4] + sys-libs/zlib x11-libs/libX11 x11-libs/libXext >=x11-libs/qt-gui-4.6.1:4