diff options
author | 2007-12-15 16:38:04 +0000 | |
---|---|---|
committer | 2007-12-15 16:38:04 +0000 | |
commit | 0f5fef68de5c214ac138badffd8751b0b89e4e7d (patch) | |
tree | aa597048d8f91d0359c47b352e05430b22494ca2 /dev-haskell/hsshellscript | |
parent | Bump. (diff) | |
download | historical-0f5fef68de5c214ac138badffd8751b0b89e4e7d.tar.gz historical-0f5fef68de5c214ac138badffd8751b0b89e4e7d.tar.bz2 historical-0f5fef68de5c214ac138badffd8751b0b89e4e7d.zip |
Added ~sparc.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/hsshellscript')
-rw-r--r-- | dev-haskell/hsshellscript/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hsshellscript/ChangeLog b/dev-haskell/hsshellscript/ChangeLog index ea153e4c7f87..d279ed544d7a 100644 --- a/dev-haskell/hsshellscript/ChangeLog +++ b/dev-haskell/hsshellscript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hsshellscript # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.18 2007/12/13 18:04:30 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.19 2007/12/15 16:34:00 dcoutts Exp $ + + 15 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> + hsshellscript-2.7.0.ebuild: + Added ~sparc. 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hsshellscript-2.2.2.ebuild, hsshellscript-2.3.0.ebuild: diff --git a/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild index eb741bdb5229..5b84c0a57c0c 100644 --- a/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild +++ b/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.3 2007/12/15 16:34:00 dcoutts Exp $ inherit base eutils multilib ghc-package @@ -10,7 +10,7 @@ SRC_URI="http://www.volker-wysk.de/hsshellscript/dist/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 |