diff options
author | George Shapovalov <george@gentoo.org> | 2002-10-15 19:34:56 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-10-15 19:34:56 +0000 |
commit | 46f5b3290a1878d04ba0dfc1bfc3c118a1468d48 (patch) | |
tree | 2d0cd2a75cff5da3fc5b94625d101e82fa5f01f0 /app-sci/xcircuit | |
parent | another choice for users to play with... (diff) | |
download | gentoo-2-46f5b3290a1878d04ba0dfc1bfc3c118a1468d48.tar.gz gentoo-2-46f5b3290a1878d04ba0dfc1bfc3c118a1468d48.tar.bz2 gentoo-2-46f5b3290a1878d04ba0dfc1bfc3c118a1468d48.zip |
updated KEYWORDS upon some testing
Diffstat (limited to 'app-sci/xcircuit')
-rw-r--r-- | app-sci/xcircuit/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/xcircuit/xcircuit-2.5.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-sci/xcircuit/ChangeLog b/app-sci/xcircuit/ChangeLog index fb4a83b104b8..afb8630724be 100644 --- a/app-sci/xcircuit/ChangeLog +++ b/app-sci/xcircuit/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.4 2002/10/15 03:45:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.5 2002/10/15 19:34:56 george Exp $ *xcircuit-2.5.4 (5 Apr 2003) + 15 Oct 2002; George Shapovalov <george@gentoo.org> xcircuit-2.5.4.ebuild + + changed ~x86 to x86 and added ~ppc upon some test reports + 14 Oct 2002; George Shapovalov <george@gentoo.org> xcircuit-2.5.4.ebuild, files/xcircuit-2.5.4-*.patch : Thanks to Jonathan Nall <nall@themountaingoats.net> for tracing few gcc related problems. diff --git a/app-sci/xcircuit/xcircuit-2.5.4.ebuild b/app-sci/xcircuit/xcircuit-2.5.4.ebuild index e24ad322cefd..e155aa13df46 100644 --- a/app-sci/xcircuit/xcircuit-2.5.4.ebuild +++ b/app-sci/xcircuit/xcircuit-2.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-2.5.4.ebuild,v 1.6 2002/10/15 03:45:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-2.5.4.ebuild,v 1.7 2002/10/15 19:34:56 george Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ DESCRIPTION="Circuit drawing and schematic capture program." SRC_URI="http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/${P}.tar.bz2" HOMEPAGE="http://bach.ece.jhu.edu/~tim/programs/xcircuit/xcircuit.html" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc" SLOT="0" LICENSE="GPL-2" |