diff options
author | Brent Baude <ranger@gentoo.org> | 2008-08-30 14:21:02 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-08-30 14:21:02 +0000 |
commit | 43b811941d9e9725f2f95b80fa31bfa76fd1322c (patch) | |
tree | a9288d30fd1874334a254a31f1bcc17baeab27bf /sci-visualization | |
parent | stable ppc, bug 235754 (diff) | |
download | historical-43b811941d9e9725f2f95b80fa31bfa76fd1322c.tar.gz historical-43b811941d9e9725f2f95b80fa31bfa76fd1322c.tar.bz2 historical-43b811941d9e9725f2f95b80fa31bfa76fd1322c.zip |
stable ppc, bug 236098
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/quickplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/quickplot/ChangeLog b/sci-visualization/quickplot/ChangeLog index c5b067fa3d35..eb32b22ae0a4 100644 --- a/sci-visualization/quickplot/ChangeLog +++ b/sci-visualization/quickplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/quickplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.8 2008/08/29 22:16:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.9 2008/08/30 14:21:02 ranger Exp $ + + 30 Aug 2008; Brent Baude <ranger@gentoo.org> quickplot-0.8.13-r1.ebuild: + stable ppc, bug 236098 29 Aug 2008; Markus Meier <maekke@gentoo.org> quickplot-0.8.13-r1.ebuild: amd64/x86 stable, bug #236098 diff --git a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild index 7acd5b131094..0eecfb4273c7 100644 --- a/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild +++ b/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.3 2008/08/29 22:16:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.8.13-r1.ebuild,v 1.4 2008/08/30 14:21:02 ranger Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://quickplot.sourceforge.net/" IUSE="sndfile" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" RDEPEND=">=dev-cpp/gtkmm-2.4.5 sndfile? ( media-libs/libsndfile )" |