diff options
author | 2015-02-15 18:54:40 +0000 | |
---|---|---|
committer | 2015-02-15 18:54:40 +0000 | |
commit | 329e240d9f0692045a7f4858f4007a05418d3e29 (patch) | |
tree | 6e9360b75027e6fbd266191494c0007bcbeb53e4 /dev-haskell | |
parent | ~sparc keyworded (diff) | |
download | gentoo-2-329e240d9f0692045a7f4858f4007a05418d3e29.tar.gz gentoo-2-329e240d9f0692045a7f4858f4007a05418d3e29.tar.bz2 gentoo-2-329e240d9f0692045a7f4858f4007a05418d3e29.zip |
Restore keywords from old ebuild.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/options/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/options/options-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/options/ChangeLog b/dev-haskell/options/ChangeLog index 9c93c3114ad9..b5621103e2ad 100644 --- a/dev-haskell/options/ChangeLog +++ b/dev-haskell/options/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/options # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.6 2015/02/15 18:53:47 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.7 2015/02/15 18:54:40 slyfox Exp $ + + 15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> options-1.2.1.ebuild: + Restore keywords from old ebuild. 15 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> options-1.2-r1.ebuild: ~sparc keyworded diff --git a/dev-haskell/options/options-1.2.1.ebuild b/dev-haskell/options/options-1.2.1.ebuild index 9d0d93cedf5d..28fc362962cd 100644 --- a/dev-haskell/options/options-1.2.1.ebuild +++ b/dev-haskell/options/options-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild,v 1.1 2015/01/01 13:19:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild,v 1.2 2015/02/15 18:54:40 slyfox Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RESTRICT=test # needs old chell |