diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-03-25 02:25:20 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-03-25 02:25:20 +0000 |
commit | 9644f62f59c46319c1e7c0146a3661fb958d4980 (patch) | |
tree | 1abb4c6f809667afa5f89960817d9202b182590f /x11-libs | |
parent | Document options to disable the submenu and play a tone on startup. Bug 544154. (diff) | |
download | gentoo-2-9644f62f59c46319c1e7c0146a3661fb958d4980.tar.gz gentoo-2-9644f62f59c46319c1e7c0146a3661fb958d4980.tar.bz2 gentoo-2-9644f62f59c46319c1e7c0146a3661fb958d4980.zip |
Add missing perl build deps (bug #543646, thanks to Kent Fredric).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/goffice/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.10.20.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.10.21.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index 1399dab8efb2..282abfb2442a 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/goffice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.169 2015/03/15 13:33:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.170 2015/03/25 02:25:20 tetromino Exp $ + + 25 Mar 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + goffice-0.10.20.ebuild, goffice-0.10.21.ebuild: + Add missing perl build deps (bug #543646, thanks to Kent Fredric). 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> goffice-0.10.21.ebuild: x86 stable, bug 534012 diff --git a/x11-libs/goffice/goffice-0.10.20.ebuild b/x11-libs/goffice/goffice-0.10.20.ebuild index 03049c44d152..d8616c0117de 100644 --- a/x11-libs/goffice/goffice-0.10.20.ebuild +++ b/x11-libs/goffice/goffice-0.10.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild,v 1.1 2015/02/06 12:40:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild,v 1.2 2015/03/25 02:25:20 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -36,6 +36,10 @@ RDEPEND=" >=gnome-extra/libgsf-1.14.23:= ) " DEPEND="${RDEPEND} + dev-lang/perl + virtual/perl-Getopt-Long + virtual/perl-IO-Compress + virtual/perl-Compress-Raw-Zlib >=dev-util/gtk-doc-am-1.12 >=dev-util/intltool-0.35 virtual/pkgconfig diff --git a/x11-libs/goffice/goffice-0.10.21.ebuild b/x11-libs/goffice/goffice-0.10.21.ebuild index 62eb5d6c7caf..a8d6c0cfd208 100644 --- a/x11-libs/goffice/goffice-0.10.21.ebuild +++ b/x11-libs/goffice/goffice-0.10.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild,v 1.5 2015/03/15 13:33:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild,v 1.6 2015/03/25 02:25:20 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -36,6 +36,10 @@ RDEPEND=" >=gnome-extra/libgsf-1.14.23:= ) " DEPEND="${RDEPEND} + dev-lang/perl + virtual/perl-Getopt-Long + virtual/perl-IO-Compress + virtual/perl-Compress-Raw-Zlib >=dev-util/gtk-doc-am-1.12 >=dev-util/intltool-0.35 virtual/pkgconfig |