diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-03-14 21:19:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-03-14 21:19:15 +0000 |
commit | 536c8e692ced31ba2fa7753a2f3675b4f6154519 (patch) | |
tree | e5a638d5160f73da5633f3c50a82b2ff308e38e4 /sci-mathematics | |
parent | Fix issue with 2 Main.cc files and respect for CXXFLAGS. Thanks to xarthisius. (diff) | |
download | gentoo-2-536c8e692ced31ba2fa7753a2f3675b4f6154519.tar.gz gentoo-2-536c8e692ced31ba2fa7753a2f3675b4f6154519.tar.bz2 gentoo-2-536c8e692ced31ba2fa7753a2f3675b4f6154519.zip |
Removed obsolete dependencies on gnomeprint, bug #358443
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.4.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index 5d030205c900..cc5dc6808827 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.30 2011/03/07 12:40:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.31 2011/03/14 21:19:15 bicatali Exp $ + + 14 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> gretl-1.9.4.ebuild: + Removed obsolete dependencies on gnomeprint, bug #358443 07 Mar 2011; Justin Lecher <jlec@gentoo.org> gretl-1.9.4.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-mathematics/gretl/gretl-1.9.4.ebuild b/sci-mathematics/gretl/gretl-1.9.4.ebuild index 08041282a4d1..d9f413d52599 100644 --- a/sci-mathematics/gretl/gretl-1.9.4.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.4.ebuild,v 1.2 2011/03/07 12:40:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.4.ebuild,v 1.3 2011/03/14 21:19:15 bicatali Exp $ USE_EINSTALL=true EAPI=2 @@ -33,8 +33,6 @@ RDEPEND=" gnome? ( sci-visualization/gnuplot[gd] media-libs/gd[png] gnome-base/libgnomeui - gnome-base/libgnomeprint:2.2 - gnome-base/libgnomeprintui:2.2 gnome-base/gconf:2 ) R? ( dev-lang/R ) sourceview? ( x11-libs/gtksourceview:2.0 ) |