diff options
author | 2012-09-15 15:00:56 +0000 | |
---|---|---|
committer | 2012-09-15 15:00:56 +0000 | |
commit | 727317c0b3b4c7efc5fea11cbd02d9b19f6bce34 (patch) | |
tree | d4c54832a04dad366d62933bfa576e8c4f44d542 /dev-util | |
parent | x86 stable, see bug 434344 (diff) | |
download | gentoo-2-727317c0b3b4c7efc5fea11cbd02d9b19f6bce34.tar.gz gentoo-2-727317c0b3b4c7efc5fea11cbd02d9b19f6bce34.tar.bz2 gentoo-2-727317c0b3b4c7efc5fea11cbd02d9b19f6bce34.zip |
Keyword ~mips
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/itstool/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/itstool/itstool-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/itstool/ChangeLog b/dev-util/itstool/ChangeLog index 3ac8ae443f77..3a0a50751914 100644 --- a/dev-util/itstool/ChangeLog +++ b/dev-util/itstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/itstool # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.10 2012/06/25 04:05:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.11 2012/09/15 15:00:56 blueness Exp $ + + 15 Sep 2012; Anthony G. Basile <blueness@gentoo.org> itstool-1.2.0.ebuild: + Keyword ~mips *itstool-1.2.0 (25 Jun 2012) diff --git a/dev-util/itstool/itstool-1.2.0.ebuild b/dev-util/itstool/itstool-1.2.0.ebuild index 309fa432de1b..60088f7ddc4f 100644 --- a/dev-util/itstool/itstool-1.2.0.ebuild +++ b/dev-util/itstool/itstool-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.2.0.ebuild,v 1.1 2012/06/25 04:05:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.2.0.ebuild,v 1.2 2012/09/15 15:00:56 blueness Exp $ EAPI="4" PYTHON_USE_WITH="xml" @@ -15,7 +15,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" # files in /usr/share/itstool/its are as-is LICENSE="GPL-3 as-is" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~mips ~x86" IUSE="" RDEPEND="dev-libs/libxml2[python]" |