diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-16 15:00:38 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-16 15:00:38 +0000 |
commit | d123bf4926d139c25b553dffa0905bd7560cd3a1 (patch) | |
tree | 92ce2c6f2b6d42eb7538dd0777d644ea85770a3f /app-text | |
parent | Calling modules-update has been deprecated w/ sys-apps/module-init-tools-3.2.... (diff) | |
download | gentoo-2-d123bf4926d139c25b553dffa0905bd7560cd3a1.tar.gz gentoo-2-d123bf4926d139c25b553dffa0905bd7560cd3a1.tar.bz2 gentoo-2-d123bf4926d139c25b553dffa0905bd7560cd3a1.zip |
add libxml2 dep; bug #172732
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/evince/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/evince/evince-0.6.1-r3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index bed545ea787e..06d4ee44581f 100644 --- a/app-text/evince/ChangeLog +++ b/app-text/evince/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/evince # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.101 2007/03/29 14:45:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.102 2007/04/16 15:00:38 dang Exp $ + + 16 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> evince-0.6.1-r3.ebuild: + add libxml2 dep; bug #172732 29 Mar 2007; Markus Rothe <corsair@gentoo.org> evince-0.6.1-r3.ebuild: Stable on ppc64; bug #156573 diff --git a/app-text/evince/evince-0.6.1-r3.ebuild b/app-text/evince/evince-0.6.1-r3.ebuild index 585e315f1698..82db1ec2f225 100644 --- a/app-text/evince/evince-0.6.1-r3.ebuild +++ b/app-text/evince/evince-0.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.6.1-r3.ebuild,v 1.7 2007/03/29 14:45:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.6.1-r3.ebuild,v 1.8 2007/04/16 15:00:38 dang Exp $ inherit eutils gnome2 autotools @@ -13,6 +13,7 @@ IUSE="dbus djvu doc dvi gnome t1lib tiff" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +# dang: libxml2 is not in configure, but it's required by libegg; bug #172732 RDEPEND=" dvi? ( virtual/tetex @@ -33,7 +34,8 @@ RDEPEND=" >=x11-libs/gtk+-2.8.15 gnome-base/gnome-keyring djvu? ( >=app-text/djvu-3.5.17 ) - virtual/ghostscript" + virtual/ghostscript + dev-libs/libxml2" DEPEND="${RDEPEND} app-text/scrollkeeper |