diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-24 02:56:13 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-24 02:56:13 +0000 |
commit | 56f00f700496d64c12d97da83cfc41aced865965 (patch) | |
tree | ef9d264bcbd0733b38de5a4cd502cf8d080ea0ba /app-sci/kemistry | |
parent | Finished off Bug #61451 and closed bug #68552. (Manifest recommit) (diff) | |
download | gentoo-2-56f00f700496d64c12d97da83cfc41aced865965.tar.gz gentoo-2-56f00f700496d64c12d97da83cfc41aced865965.tar.bz2 gentoo-2-56f00f700496d64c12d97da83cfc41aced865965.zip |
Stable on sparc.
Diffstat (limited to 'app-sci/kemistry')
-rw-r--r-- | app-sci/kemistry/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/kemistry/kemistry-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/kemistry/ChangeLog b/app-sci/kemistry/ChangeLog index 2467f62b8795..b18854d403c5 100644 --- a/app-sci/kemistry/ChangeLog +++ b/app-sci/kemistry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/kemistry # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/ChangeLog,v 1.12 2004/09/05 16:14:30 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/ChangeLog,v 1.13 2004/10/24 02:56:13 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> kemistry-0.7.ebuild: + Stable on sparc. 05 Sep 2004; Malcolm Lashley <malc@gentoo.org> +files/kemistry-0.7-fPIC.patch, +files/kemistry-0.7-gcc3.4.patch, diff --git a/app-sci/kemistry/kemistry-0.7.ebuild b/app-sci/kemistry/kemistry-0.7.ebuild index abbac9569adc..1732ce7270d1 100644 --- a/app-sci/kemistry/kemistry-0.7.ebuild +++ b/app-sci/kemistry/kemistry-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/kemistry-0.7.ebuild,v 1.8 2004/09/05 16:14:30 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/kemistry-0.7.ebuild,v 1.9 2004/10/24 02:56:13 weeve Exp $ inherit kde eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kemistry/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc ~amd64" +KEYWORDS="x86 sparc ~amd64" IUSE="" DEPEND="kde-base/kdesdk" |