diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
commit | 5671613f07850086a11a1ace34816b498e9b69b7 (patch) | |
tree | d89423bc5dc9ede9e26177cf6e49d5f1c152e796 /dev-haskell/haskeline | |
parent | profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS (diff) | |
download | gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.gz gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.bz2 gentoo-5671613f07850086a11a1ace34816b498e9b69b7.zip |
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-haskell/haskeline')
-rw-r--r-- | dev-haskell/haskeline/haskeline-0.7.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/haskeline/haskeline-0.7.1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild b/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild index 4ec27bcee769..bc4e01859185 100644 --- a/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-macos ~x86-macos" IUSE="legacy-encoding libiconv +terminfo" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] diff --git a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild b/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild index 711f39fd4633..730dbb4df291 100644 --- a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~ppc-macos ~x86-macos" IUSE="legacy-encoding libiconv +terminfo" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] |