diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 06:56:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 06:56:21 +0000 |
commit | 6f7f77cbc627ba24bac2e72bdc141c69d77f67ae (patch) | |
tree | 9fd55eeb2809eb5e751f52d36f0a34a6a5723525 /sci-mathematics/pspp | |
parent | Remove entry for sci-chemistry/gchemutils. See bug 388887 for reintroducing i... (diff) | |
download | gentoo-2-6f7f77cbc627ba24bac2e72bdc141c69d77f67ae.tar.gz gentoo-2-6f7f77cbc627ba24bac2e72bdc141c69d77f67ae.tar.bz2 gentoo-2-6f7f77cbc627ba24bac2e72bdc141c69d77f67ae.zip |
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.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2-r1.ebuild | 4 |
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 )" |