diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-29 15:03:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-29 15:03:35 +0000 |
commit | 75d2f43f72cc40577256447dfa95aea0046250f3 (patch) | |
tree | 6df73a688f5f6626412d18f4cc53e8f3769ce097 /dev-util/itstool | |
parent | Stable for HPPA (bug #482886). (diff) | |
download | gentoo-2-75d2f43f72cc40577256447dfa95aea0046250f3.tar.gz gentoo-2-75d2f43f72cc40577256447dfa95aea0046250f3.tar.bz2 gentoo-2-75d2f43f72cc40577256447dfa95aea0046250f3.zip |
Stable for HPPA (bug #482886).
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 b1a1fe295fc6..c20b480bf958 100644 --- a/dev-util/itstool/ChangeLog +++ b/dev-util/itstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/itstool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.31 2013/04/01 18:23:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.32 2013/08/29 15:03:35 jer Exp $ + + 29 Aug 2013; Jeroen Roovers <jer@gentoo.org> itstool-1.2.0.ebuild: + Stable for HPPA (bug #482886). 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> itstool-1.2.0.ebuild: Stable for sparc, wrt bug #458984 diff --git a/dev-util/itstool/itstool-1.2.0.ebuild b/dev-util/itstool/itstool-1.2.0.ebuild index a7b70a402f66..a283cb3135d7 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-2013 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.22 2013/04/01 18:23:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-1.2.0.ebuild,v 1.23 2013/08/29 15:03:35 jer 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 HPND/as-is || GPL-3 LICENSE="GPL-3+ || ( HPND GPL-3+ )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/libxml2[python]" |