summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2006-09-02 21:15:53 +0000
committerDenis Dupeyron <calchan@gentoo.org>2006-09-02 21:15:53 +0000
commitd591a40c00ac97e6ff620b7756c786e7c067b8fa (patch)
tree06be11633b7dffba98d85f3d7835fdbafa703f90 /sci-electronics
parentVersion bump with a new patch. (diff)
downloadhistorical-d591a40c00ac97e6ff620b7756c786e7c067b8fa.tar.gz
historical-d591a40c00ac97e6ff620b7756c786e7c067b8fa.tar.bz2
historical-d591a40c00ac97e6ff620b7756c786e7c067b8fa.zip
Fixed keywords and removed useless ebuild (see bug #141421).
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gerbv/ChangeLog6
-rw-r--r--sci-electronics/gerbv/gerbv-0.15.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog
index ae606639938d..3807aabc83df 100644
--- a/sci-electronics/gerbv/ChangeLog
+++ b/sci-electronics/gerbv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gerbv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.17 2006/08/19 22:54:06 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.18 2006/09/02 21:15:53 calchan Exp $
+
+ 02 Sep 2006; Denis Dupeyron <calchan@gentoo.org> gerbv-0.15.ebuild,
+ -gerbv-0.16-r1.ebuild:
+ Fixed keywords and removed useless ebuild (see bug #141421).
19 Aug 2006; Jason Wever <weeve@gentoo.org> gerbv-1.0.2.ebuild:
Added ~sparc keyword.
diff --git a/sci-electronics/gerbv/gerbv-0.15.ebuild b/sci-electronics/gerbv/gerbv-0.15.ebuild
index b38e2f816b17..bfe048f05f05 100644
--- a/sci-electronics/gerbv/gerbv-0.15.ebuild
+++ b/sci-electronics/gerbv/gerbv-0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-0.15.ebuild,v 1.4 2006/01/22 15:51:29 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-0.15.ebuild,v 1.5 2006/09/02 21:15:53 calchan Exp $
DESCRIPTION="gerbv - The gEDA Gerber Viewer"
SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.geda.seul.org"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha ppc sparc x86"
+KEYWORDS="alpha sparc"
DEPEND="dev-util/guile
=x11-libs/gtk+-1*