diff options
Diffstat (limited to 'app-sci')
-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 f0e4dd686690..db3fd7f24f2b 100644 --- a/app-sci/kemistry/ChangeLog +++ b/app-sci/kemistry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/kemistry # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/ChangeLog,v 1.7 2004/03/15 14:11:59 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/ChangeLog,v 1.8 2004/03/22 05:45:12 weeve Exp $ + + 21 Mar 2004; Jason Wever <weeve@gentoo.org> kemistry-0.7.ebuild: + Added ~sparc keyword. 15 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> kemistry-0.6.ebuild, kemistry-0.7.ebuild: diff --git a/app-sci/kemistry/kemistry-0.7.ebuild b/app-sci/kemistry/kemistry-0.7.ebuild index 405e802fe0b4..816b9989f866 100644 --- a/app-sci/kemistry/kemistry-0.7.ebuild +++ b/app-sci/kemistry/kemistry-0.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/03/15 14:12:00 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kemistry/kemistry-0.7.ebuild,v 1.4 2004/03/22 05:45:12 weeve Exp $ inherit kde-base need-kde 3 newdepend "kde-base/kdesdk" IUSE="" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" LICENSE="GPL-2" DESCRIPTION="Kemistry--a set of chemistry related tools for KDE." SRC_URI="mirror://sourceforge/kemistry/${P}.tar.bz2" |