diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-01-31 18:07:40 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-01-31 18:07:40 +0000 |
commit | 3f41db9b7d26f02437845db76560f7bf81f37389 (patch) | |
tree | cb91891c20db0e8e77fb2b6cc99d3de5e27dc23b /sci-electronics/xcircuit | |
parent | Version bump. Closing bug #131715. (diff) | |
download | gentoo-2-3f41db9b7d26f02437845db76560f7bf81f37389.tar.gz gentoo-2-3f41db9b7d26f02437845db76560f7bf81f37389.tar.bz2 gentoo-2-3f41db9b7d26f02437845db76560f7bf81f37389.zip |
Fixed KEYWORDS, see bug #160519.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'sci-electronics/xcircuit')
-rw-r--r-- | sci-electronics/xcircuit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.6.59.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sci-electronics/xcircuit/ChangeLog b/sci-electronics/xcircuit/ChangeLog index 9b81754e001e..b74379973625 100644 --- a/sci-electronics/xcircuit/ChangeLog +++ b/sci-electronics/xcircuit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/xcircuit -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.25 2006/10/10 09:20:13 calchan Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.26 2007/01/31 18:07:40 calchan Exp $ + + 31 Jan 2007; Denis Dupeyron <calchan@gentoo.org> xcircuit-3.6.59.ebuild: + Fixed KEYWORDS, see bug #160519. *xcircuit-3.6.59 (10 Oct 2006) diff --git a/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild b/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild index b9abd75d2ba5..e2b19d54b04d 100644 --- a/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild,v 1.1 2006/10/10 09:20:13 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.59.ebuild,v 1.2 2007/01/31 18:07:40 calchan Exp $ DESCRIPTION="Circuit drawing and schematic capture program." SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" HOMEPAGE="http://opencircuitdesign.com/xcircuit" # This is a development version. Do not keyword without contacting maintainer as we add/remove these at random. -KEYWORDS="-*" +KEYWORDS="" SLOT="0" LICENSE="GPL-2" IUSE="" @@ -23,10 +23,10 @@ DEPEND="virtual/ghostscript src_compile() { econf \ - --with-tcl \ - --with-ngspice \ - --disable-dependency-tracking \ - || die 'econf failed!' + --with-tcl \ + --with-ngspice \ + --disable-dependency-tracking \ + || die 'econf failed!' emake || die 'emake failed!' } |