diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-02-10 00:00:11 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-02-10 00:00:11 +0000 |
commit | 7c482dc439d67220309241b3f96416160df40cc5 (patch) | |
tree | 5db4a0beceaf05fe7c6c5e5c71feef48489614ce /app-portage | |
parent | echangelog (diff) | |
download | gentoo-2-7c482dc439d67220309241b3f96416160df40cc5.tar.gz gentoo-2-7c482dc439d67220309241b3f96416160df40cc5.tar.bz2 gentoo-2-7c482dc439d67220309241b3f96416160df40cc5.zip |
Added ~mips, bug 393181.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/install-mask/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/install-mask/install-mask-0.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/install-mask/ChangeLog b/app-portage/install-mask/ChangeLog index e39f558a1dc8..92f765d4c27f 100644 --- a/app-portage/install-mask/ChangeLog +++ b/app-portage/install-mask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/install-mask -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.4 2011/12/16 16:55:18 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.5 2012/02/10 00:00:11 mattst88 Exp $ + + 09 Feb 2012; Matt Turner <mattst88@gentoo.org> install-mask-0.0.2.ebuild: + Added ~mips, bug 393181. 16 Dec 2011; Michał Górny <mgorny@gentoo.org> files/location-db.xml: Add logrotate to supported install-mask methods. diff --git a/app-portage/install-mask/install-mask-0.0.2.ebuild b/app-portage/install-mask/install-mask-0.0.2.ebuild index 157aca45c05b..a8ae0ca0011c 100644 --- a/app-portage/install-mask/install-mask-0.0.2.ebuild +++ b/app-portage/install-mask/install-mask-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2.ebuild,v 1.2 2011/12/09 04:44:13 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2.ebuild,v 1.3 2012/02/10 00:00:11 mattst88 Exp $ EAPI=4 PYTHON_DEPEND='2:2.6 3:3.2' @@ -15,7 +15,7 @@ SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" IUSE="" RDEPEND="app-portage/flaggie |