summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/pspp/ChangeLog8
-rw-r--r--sci-mathematics/pspp/pspp-0.6.2-r1.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog
index b010f5ae6214..40fb9fc82d48 100644
--- a/sci-mathematics/pspp/ChangeLog
+++ b/sci-mathematics/pspp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/pspp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.19 2012/05/04 07:46:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.20 2012/05/21 06:56:21 ssuominen Exp $
+
+ 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> pspp-0.6.2-r1.ebuild:
+ Remove unnecessary gnome-extra/yelp from runtime dependencies;
+ src/ui/gui/automake.mk will print a message suggesting to use online help as
+ alternative. This will avoid pulling in vulnerable copy of net-libs/xulrunner
+ wrt #416843.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> pspp-0.6.2.ebuild,
pspp-0.6.2-r1.ebuild:
diff --git a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
index 05b175488f3c..ec5d8195fbfc 100644
--- a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
+++ b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.4 2012/05/04 07:46:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.5 2012/05/21 06:56:21 ssuominen Exp $
EAPI=4
inherit eutils elisp-common autotools
@@ -20,7 +20,7 @@ RDEPEND="sci-libs/gsl
sys-libs/zlib
dev-libs/libxml2:2
emacs? ( virtual/emacs )
- gtk? ( x11-libs/gtk+:2 gnome-base/libglade:2.0 gnome-extra/yelp )
+ gtk? ( x11-libs/gtk+:2 gnome-base/libglade:2.0 )
ncurses? ( sys-libs/ncurses )
plotutils? ( media-libs/plotutils )
postgres? ( dev-db/postgresql-server )"