diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-11-25 17:03:02 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-11-25 17:03:02 +0000 |
commit | 74b21533d10f6e578a4ed3cdf615d1de8e449abc (patch) | |
tree | d0a9f2cea996fd4d18f3c0040aff3b467aab02a0 /sci-electronics/gwave | |
parent | Live SVN ebuild, added due to popular demand. (diff) | |
download | gentoo-2-74b21533d10f6e578a4ed3cdf615d1de8e449abc.tar.gz gentoo-2-74b21533d10f6e578a4ed3cdf615d1de8e449abc.tar.bz2 gentoo-2-74b21533d10f6e578a4ed3cdf615d1de8e449abc.zip |
Removed ~amd64 again as the fix for guile-gnome-platform doesn't appear to be working so well.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-electronics/gwave')
-rw-r--r-- | sci-electronics/gwave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/gwave/gwave-20070514.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-electronics/gwave/ChangeLog b/sci-electronics/gwave/ChangeLog index 48330042f93a..bac5f8f10638 100644 --- a/sci-electronics/gwave/ChangeLog +++ b/sci-electronics/gwave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/gwave # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.16 2007/11/25 16:22:16 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/ChangeLog,v 1.17 2007/11/25 17:03:02 calchan Exp $ + + 25 Nov 2007; Denis Dupeyron <calchan@gentoo.org> gwave-20070514.ebuild: + Removed ~amd64 again as the fix for guile-gnome-platform doesn't appear to + be working so well. 25 Nov 2007; Denis Dupeyron <calchan@gentoo.org> gwave-20070514.ebuild: Fixed SRC_URI, thanks to Samuli Suominen. diff --git a/sci-electronics/gwave/gwave-20070514.ebuild b/sci-electronics/gwave/gwave-20070514.ebuild index f91d342b3374..dbd66047a476 100644 --- a/sci-electronics/gwave/gwave-20070514.ebuild +++ b/sci-electronics/gwave/gwave-20070514.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20070514.ebuild,v 1.3 2007/11/25 16:22:16 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20070514.ebuild,v 1.4 2007/11/25 17:03:02 calchan Exp $ MY_P="${PN}2-${PV}" DESCRIPTION="Analog waveform viewer for SPICE-like simulations" @@ -8,7 +8,7 @@ LICENSE="GPL-2" HOMEPAGE="http://www.geda.seul.org/tools/gwave/" SRC_URI="http://www.telltronics.org/pub/gwave/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~ppc ~x86" IUSE="gnuplot plotutils" SLOT="0" |