diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-23 06:05:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-23 06:05:06 +0000 |
commit | 636974fb8073d77e6280c6d8586f57a0e920cc1e (patch) | |
tree | 8d930f709345956e9578f83db3b3ec3549307bd2 /dev-util/itstool | |
parent | keyword ~ppc, bug #379651 (diff) | |
download | gentoo-2-636974fb8073d77e6280c6d8586f57a0e920cc1e.tar.gz gentoo-2-636974fb8073d77e6280c6d8586f57a0e920cc1e.tar.bz2 gentoo-2-636974fb8073d77e6280c6d8586f57a0e920cc1e.zip |
keyword ~ppc, bug #379651
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/itstool')
-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 7f40a850244f..6024a11e4bd3 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.12 2012/09/23 05:20:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.13 2012/09/23 06:05:06 blueness Exp $ + + 23 Sep 2012; Anthony G. Basile <blueness@gentoo.org> itstool-1.2.0.ebuild: + keyword ~ppc, bug #379651 23 Sep 2012; Anthony G. Basile <blueness@gentoo.org> itstool-1.2.0.ebuild: keyword ~ppc64, bug #379649 diff --git a/dev-util/itstool/itstool-1.2.0.ebuild b/dev-util/itstool/itstool-1.2.0.ebuild index acacf52254ab..f54d564c2d87 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.3 2012/09/23 05:20:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.2.0.ebuild,v 1.4 2012/09/23 06:05:06 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 ~mips ~ppc64 ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-libs/libxml2[python]" |