diff options
author | Hardave Rior <hardave@gentoo.org> | 2004-07-08 08:30:59 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2004-07-08 08:30:59 +0000 |
commit | 58c8e16cc2841c530ce3b2f57463c706b6b779fb (patch) | |
tree | 1700d005fcdea024525b010ede819493d50c865e /x11-plugins/ascpu | |
parent | Adding cs46xx patch to portage. (diff) | |
download | historical-58c8e16cc2841c530ce3b2f57463c706b6b779fb.tar.gz historical-58c8e16cc2841c530ce3b2f57463c706b6b779fb.tar.bz2 historical-58c8e16cc2841c530ce3b2f57463c706b6b779fb.zip |
Added ~mips KEYWORD
Diffstat (limited to 'x11-plugins/ascpu')
-rw-r--r-- | x11-plugins/ascpu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/ascpu/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.10.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/ascpu/ChangeLog b/x11-plugins/ascpu/ChangeLog index da35422e29c0..e0bdf297727f 100644 --- a/x11-plugins/ascpu/ChangeLog +++ b/x11-plugins/ascpu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/ascpu # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.8 2004/06/24 22:48:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.9 2004/07/08 08:30:59 hardave Exp $ + + 08 Jul 2004; Hardave Riar <hardave@gentoo.org> ascpu-1.10.ebuild: + Added ~mips KEYWORD 19 Jun 2004; Jason Wever <weeve@gentoo.org> ascpu-1.9.ebuild: Stable on sparc. diff --git a/x11-plugins/ascpu/Manifest b/x11-plugins/ascpu/Manifest index 47b2035131ee..e638739cfe87 100644 --- a/x11-plugins/ascpu/Manifest +++ b/x11-plugins/ascpu/Manifest @@ -1,6 +1,6 @@ MD5 eed19293ae3d588aa3e5fa26fe81cdd7 ascpu-1.9.ebuild 688 -MD5 c08e6e4daa2ae766882793a1a1056a58 ascpu-1.10.ebuild 691 -MD5 02e5254d94decc9be74371d05b898d18 ChangeLog 801 +MD5 ecaa07f3b22683d43e8a63ace16da54b ascpu-1.10.ebuild 696 +MD5 2d588b64a06073ab5c859bead39d82eb ChangeLog 891 MD5 d8501577130cd99a4eb4543995c90c2f files/ascpu-1.9-gentoo.patch 763 MD5 a566b5b5a9c4e940161813e32d9673a6 files/digest-ascpu-1.10 61 MD5 6718d1f1daa4d22b0edb9ec4f4b14571 files/ascpu-1.10-gentoo.patch 947 diff --git a/x11-plugins/ascpu/ascpu-1.10.ebuild b/x11-plugins/ascpu/ascpu-1.10.ebuild index 6ca866e111ce..6d7bc6974ebd 100644 --- a/x11-plugins/ascpu/ascpu-1.10.ebuild +++ b/x11-plugins/ascpu/ascpu-1.10.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/x11-plugins/ascpu/ascpu-1.10.ebuild,v 1.2 2004/06/24 22:48:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.10.ebuild,v 1.3 2004/07/08 08:30:59 hardave Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.tigr.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc ~mips" DEPEND="virtual/x11" |