diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-09-04 14:06:24 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-09-04 14:06:24 +0000 |
commit | 6710ec6b6b544d5ca5670310887b18e9672706f8 (patch) | |
tree | d4aed9e2a48af1063329c5484653559f2c538c64 /dev-haskell/wxdirect | |
parent | Bump wxhaskell. This builds with recent versions of GHC and uses wxGTK-2.8 in... (diff) | |
download | gentoo-2-6710ec6b6b544d5ca5670310887b18e9672706f8.tar.gz gentoo-2-6710ec6b6b544d5ca5670310887b18e9672706f8.tar.bz2 gentoo-2-6710ec6b6b544d5ca5670310887b18e9672706f8.zip |
Add keywords to wxdirect, from the original package wxhaskell.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/wxdirect')
-rw-r--r-- | dev-haskell/wxdirect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/wxdirect/ChangeLog b/dev-haskell/wxdirect/ChangeLog index 97b07d71daf3..78d13e8cdcdc 100644 --- a/dev-haskell/wxdirect/ChangeLog +++ b/dev-haskell/wxdirect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/wxdirect # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.1 2010/09/04 13:46:48 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.2 2010/09/04 14:06:24 kolmodin Exp $ + + 04 Sep 2010; Lennart Kolmodin <kolmodin@gentoo.org> + wxdirect-0.12.1.3.ebuild: + This program was previously part of wxhaskell but is now a separate + package. + Copy the KEYWORDS from the original package. *wxdirect-0.12.1.3 (04 Sep 2010) diff --git a/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild index e40dd007f5dc..c7bd7514d20b 100644 --- a/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild +++ b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.1 2010/09/04 13:46:48 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.2 2010/09/04 14:06:24 kolmodin Exp $ CABAL_FEATURES="bin lib profile haddock" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/parsec-2.1.0 |