diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-13 19:05:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-13 19:05:24 +0000 |
commit | d74164de33dea289f002480b5f3a783d11443db8 (patch) | |
tree | 2719b68126e77f83b8050858898e355eb6e8e1ac /app-office | |
parent | sci-chemistry/freeon: Committing first freeon ebuild to x86. (diff) | |
download | gentoo-2-d74164de33dea289f002480b5f3a783d11443db8.tar.gz gentoo-2-d74164de33dea289f002480b5f3a783d11443db8.tar.bz2 gentoo-2-d74164de33dea289f002480b5f3a783d11443db8.zip |
perl is only a DEPEND and libxslt is always needed (#493790 and #493878 by Maxim Kammerer)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword/abiword-3.0.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index f1db75eaaf98..c0d242b0f577 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.270 2013/12/08 17:44:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.271 2013/12/13 19:05:24 pacho Exp $ + + 13 Dec 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0-r1.ebuild: + perl is only a DEPEND and libxslt is always needed (#493790 and #493878 by + Maxim Kammerer) 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0-r1.ebuild: x86 stable, bug #478252 diff --git a/app-office/abiword/abiword-3.0.0-r1.ebuild b/app-office/abiword/abiword-3.0.0-r1.ebuild index 86dd652ddc9f..9baf597ac648 100644 --- a/app-office/abiword/abiword-3.0.0-r1.ebuild +++ b/app-office/abiword/abiword-3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.5 2013/12/08 17:44:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.6 2013/12/13 19:05:24 pacho Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -22,11 +22,11 @@ REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesauru RDEPEND=" >=app-text/wv-1.2 - dev-lang/perl >=dev-libs/boost-1.40.0 >=dev-libs/fribidi-0.10.4 >=dev-libs/glib-2.16:2 >=dev-libs/libgcrypt-1.4.5 + dev-libs/libxslt >=gnome-base/librsvg-2.16:2 >=gnome-extra/libgsf-1.14.18 >=media-libs/libpng-1.2 @@ -45,7 +45,6 @@ RDEPEND=" net-libs/libsoup:2.4 net-libs/gnutls ) grammar? ( >=dev-libs/link-grammar-4.2.1 ) - latex? ( dev-libs/libxslt ) math? ( >=x11-libs/gtkmathview-0.7.5 ) ots? ( >=app-text/ots-0.5-r1 ) readline? ( sys-libs/readline ) @@ -62,6 +61,7 @@ RDEPEND=" !<app-office/abiword-plugins-2.8 " DEPEND="${RDEPEND} + dev-lang/perl virtual/pkgconfig collab? ( dev-cpp/asio ) " |