diff options
Diffstat (limited to 'dev-libs/tinyxml')
-rw-r--r-- | dev-libs/tinyxml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/tinyxml/ChangeLog b/dev-libs/tinyxml/ChangeLog index f6a8480a1d48..211970014917 100644 --- a/dev-libs/tinyxml/ChangeLog +++ b/dev-libs/tinyxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/tinyxml -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.2 2009/08/13 13:22:13 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.3 2010/03/07 10:00:57 ssuominen Exp $ + + 07 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + tinyxml-2.5.3_p20090813.ebuild: + Keyword ~x86 by lazy_bum. 13 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> tinyxml-2.5.3_p20090813.ebuild, +files/Makefile: diff --git a/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild b/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild index 8dd0d6f0a132..1703c3aef745 100644 --- a/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild,v 1.4 2009/08/14 08:03:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild,v 1.5 2010/03/07 10:00:58 ssuominen Exp $ EAPI=2 inherit flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="debug doc" RDEPEND="" |