diff options
author | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 17:17:47 +0000 |
---|---|---|
committer | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 17:17:47 +0000 |
commit | 1da1ffb4b20874cecf79fa7cca3658fdebb7a1e7 (patch) | |
tree | 457383b0d57cbc671b0c0dda99da88a7b8c776b3 /dev-haskell | |
parent | Stable on ppc wrt bug 169351 (diff) | |
download | historical-1da1ffb4b20874cecf79fa7cca3658fdebb7a1e7.tar.gz historical-1da1ffb4b20874cecf79fa7cca3658fdebb7a1e7.tar.bz2 historical-1da1ffb4b20874cecf79fa7cca3658fdebb7a1e7.zip |
added ~ppc and ~sparc keywords
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/time/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/time/time-1.0.ebuild | 4 |
6 files changed, 18 insertions, 9 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index 95fa0bb9d2e1..b103e0073219 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.12 2007/04/04 20:01:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.13 2007/04/06 17:11:57 cparrott Exp $ + + 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> hunit-1.1-r1.ebuild: + added ~ppc and ~sparc keywords 04 Apr 2007; Chris Parrott <cparrott@gentoo.org> hunit-1.1-r1.ebuild: added ~alpha keyword diff --git a/dev-haskell/hunit/hunit-1.1-r1.ebuild b/dev-haskell/hunit/hunit-1.1-r1.ebuild index f46c3f6e9749..4f602d156e1a 100644 --- a/dev-haskell/hunit/hunit-1.1-r1.ebuild +++ b/dev-haskell/hunit/hunit-1.1-r1.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/hunit/hunit-1.1-r1.ebuild,v 1.2 2007/04/04 20:01:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1-r1.ebuild,v 1.3 2007/04/06 17:11:57 cparrott Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.6" diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 304296f60ea3..18dff0c8d491 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.12 2007/04/04 20:19:03 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.13 2007/04/06 17:15:08 cparrott Exp $ + + 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> quickcheck-1.0-r1.ebuild: + added ~ppc and ~sparc keywords 04 Apr 2007; Chris Parrott <cparrott@gentoo.org> quickcheck-1.0-r1.ebuild: added ~alpha keyword diff --git a/dev-haskell/quickcheck/quickcheck-1.0-r1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0-r1.ebuild index c29a7f267c8f..fbf6deb57936 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0-r1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0-r1.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/quickcheck/quickcheck-1.0-r1.ebuild,v 1.2 2007/04/04 20:19:03 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0-r1.ebuild,v 1.3 2007/04/06 17:15:08 cparrott Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.6" diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog index ba0217e09feb..c9a4530d4f30 100644 --- a/dev-haskell/time/ChangeLog +++ b/dev-haskell/time/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/time # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.2 2007/04/04 20:23:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.3 2007/04/06 17:17:47 cparrott Exp $ + + 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> time-1.0.ebuild: + added ~ppc and ~sparc keywords 04 Apr 2007; Chris Parrott <cparrott@gentoo.org> time-1.0.ebuild: added ~alpha keyword diff --git a/dev-haskell/time/time-1.0.ebuild b/dev-haskell/time/time-1.0.ebuild index 6c740d419710..022240e3e730 100644 --- a/dev-haskell/time/time-1.0.ebuild +++ b/dev-haskell/time/time-1.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/time/time-1.0.ebuild,v 1.2 2007/04/04 20:23:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.0.ebuild,v 1.3 2007/04/06 17:17:47 cparrott Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -13,7 +13,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.6" |