diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-18 15:41:52 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-18 15:41:52 +0100 |
commit | af2d6cc7b2e16c2e47663819bd5a61bb15ba8445 (patch) | |
tree | 8d0c443b3d34409dbd15790233739598291f5967 /dev-libs/tinyxml | |
parent | dev-libs/libxslt: ia64 stable wrt bug #606818 (diff) | |
download | gentoo-af2d6cc7b2e16c2e47663819bd5a61bb15ba8445.tar.gz gentoo-af2d6cc7b2e16c2e47663819bd5a61bb15ba8445.tar.bz2 gentoo-af2d6cc7b2e16c2e47663819bd5a61bb15ba8445.zip |
dev-libs/tinyxml: ia64 stable wrt bug #606818
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/tinyxml')
-rw-r--r-- | dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild index 347bf6319955..abc9e372dbee 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos" IUSE="debug doc static-libs +stl" RDEPEND="" |