diff options
author | David Holm <dholm@gentoo.org> | 2005-07-25 09:10:58 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-25 09:10:58 +0000 |
commit | 22c9fa4b8510f723a95623caa943fcde4f4c4cfc (patch) | |
tree | 9588f35ddb50f10d1f73f578ec6e8cddf9ee611d /media-gfx | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-22c9fa4b8510f723a95623caa943fcde4f4c4cfc.tar.gz gentoo-2-22c9fa4b8510f723a95623caa943fcde4f4c4cfc.tar.bz2 gentoo-2-22c9fa4b8510f723a95623caa943fcde4f4c4cfc.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/quickplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/quickplot/quickplot-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/quickplot/ChangeLog b/media-gfx/quickplot/ChangeLog index 454730ce956b..629e4001563b 100644 --- a/media-gfx/quickplot/ChangeLog +++ b/media-gfx/quickplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/quickplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/ChangeLog,v 1.5 2005/03/17 01:26:59 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/ChangeLog,v 1.6 2005/07/25 09:10:58 dholm Exp $ + + 25 Jul 2005; David Holm <dholm@gentoo.org> quickplot-0.8.5.ebuild: + Added to ~ppc. 17 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> quickplot-0.8.5.ebuild: Marked stable on amd64 and x86. diff --git a/media-gfx/quickplot/quickplot-0.8.5.ebuild b/media-gfx/quickplot/quickplot-0.8.5.ebuild index 835ea661903b..950468249142 100644 --- a/media-gfx/quickplot/quickplot-0.8.5.ebuild +++ b/media-gfx/quickplot/quickplot-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/quickplot-0.8.5.ebuild,v 1.4 2005/03/17 01:26:59 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quickplot/quickplot-0.8.5.ebuild,v 1.5 2005/07/25 09:10:58 dholm Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://quickplot.sourceforge.net/" IUSE="sndfile" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="amd64 ~ppc x86" RDEPEND=">=dev-cpp/gtkmm-2.4.5 sndfile? ( >=media-libs/libsndfile-1.0.5 )" |