diff options
author | Jason Wever <weeve@gentoo.org> | 2004-09-18 15:27:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-09-18 15:27:53 +0000 |
commit | c18130b0b296c1b7c452b29b30728df5612615e0 (patch) | |
tree | 474f8fd7f978857e57f6dafbb4bcd5e2b93bce38 /app-sci | |
parent | suid fix patch (diff) | |
download | historical-c18130b0b296c1b7c452b29b30728df5612615e0.tar.gz historical-c18130b0b296c1b7c452b29b30728df5612615e0.tar.bz2 historical-c18130b0b296c1b7c452b29b30728df5612615e0.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/ksetiwatch/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/ksetiwatch/Manifest | 4 | ||||
-rw-r--r-- | app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/ksetiwatch/ChangeLog b/app-sci/ksetiwatch/ChangeLog index 3e2175ddd365..998db8debbb5 100644 --- a/app-sci/ksetiwatch/ChangeLog +++ b/app-sci/ksetiwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/ksetiwatch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.8 2004/06/29 11:44:39 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.9 2004/09/18 15:27:53 weeve Exp $ + + 18 Sep 2004; Jason Wever <weeve@gentoo.org> ksetiwatch-2.6.1.ebuild: + Added ~sparc keyword. 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> ksetiwatch-2.6.0.ebuild, ksetiwatch-2.6.1.ebuild: diff --git a/app-sci/ksetiwatch/Manifest b/app-sci/ksetiwatch/Manifest index 3253b68963c1..fb207558ae48 100644 --- a/app-sci/ksetiwatch/Manifest +++ b/app-sci/ksetiwatch/Manifest @@ -1,6 +1,6 @@ +MD5 c58112ba47aade583ceee54a1e94b56d ChangeLog 1279 MD5 d6e22df2790796a665fe4c86d896d53e ksetiwatch-2.6.0.ebuild 512 -MD5 8ba479a383528933cd273390c6a74e40 ChangeLog 1183 -MD5 5d40bff21c2ac28546f09a5c7f5d93ae ksetiwatch-2.6.1.ebuild 512 +MD5 d7c579e5b0425ec8c34a5094eaca8ec4 ksetiwatch-2.6.1.ebuild 519 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 6411c0e9981436a8fb0c6e59ab938336 files/digest-ksetiwatch-2.6.0 69 MD5 fe9338c45a10883263b05c997affb5f2 files/digest-ksetiwatch-2.6.1 70 diff --git a/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild b/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild index 20c4faeb388f..4e40e154ba39 100644 --- a/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild +++ b/app-sci/ksetiwatch/ksetiwatch-2.6.1.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/ksetiwatch/ksetiwatch-2.6.1.ebuild,v 1.3 2004/06/29 11:44:39 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild,v 1.4 2004/09/18 15:27:53 weeve Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ksetiwatch/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~sparc" IUSE="" DEPEND="app-sci/setiathome" |