diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 17:16:16 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 17:16:16 +0000 |
commit | cd28a0db2bc1cecfc39672dfc15247547dd54e87 (patch) | |
tree | 04cb42349b8d5bb6c246ccb70d47714f14ca7861 /app-portage | |
parent | Remove ancient ZFSOnLinux userland tool versions (diff) | |
download | gentoo-2-cd28a0db2bc1cecfc39672dfc15247547dd54e87.tar.gz gentoo-2-cd28a0db2bc1cecfc39672dfc15247547dd54e87.tar.bz2 gentoo-2-cd28a0db2bc1cecfc39672dfc15247547dd54e87.zip |
keyword ~ia64 wrt bug #509628
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index 3930bbbeb91c..3913ec83c02d 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/mirrorselect # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.137 2014/05/29 16:23:13 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.138 2014/06/08 17:16:16 hattya Exp $ + + 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> mirrorselect-2.2.2.ebuild: + keyword ~ia64 wrt bug #509628 *mirrorselect-2.2.2 (29 May 2014) diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild index efb0b6110ad6..02edf5a89702 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 1.1 2014/05/29 16:23:13 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 1.2 2014/06/08 17:16:16 hattya Exp $ EAPI="5" @@ -19,7 +19,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" RDEPEND=" dev-util/dialog |