diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ticpp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ticpp/ticpp-0_p20100924.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ticpp/ChangeLog b/dev-util/ticpp/ChangeLog index c517d4a75a93..4a19a15975fd 100644 --- a/dev-util/ticpp/ChangeLog +++ b/dev-util/ticpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ticpp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ChangeLog,v 1.3 2012/05/07 15:04:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ChangeLog,v 1.4 2012/05/21 19:27:12 jdhore Exp $ + + 21 May 2012; Jeff Horelick <jdhore@gentoo.org> ticpp-0_p20100924.ebuild: + marked x86 per bug 415777 07 May 2012; Agostino Sarubbo <ago@gentoo.org> ticpp-0_p20100924.ebuild: Add ~x86 diff --git a/dev-util/ticpp/ticpp-0_p20100924.ebuild b/dev-util/ticpp/ticpp-0_p20100924.ebuild index 3a24659d3702..4cbfc847871c 100644 --- a/dev-util/ticpp/ticpp-0_p20100924.ebuild +++ b/dev-util/ticpp/ticpp-0_p20100924.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ticpp-0_p20100924.ebuild,v 1.3 2012/05/07 15:04:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ticpp-0_p20100924.ebuild,v 1.4 2012/05/21 19:27:12 jdhore Exp $ DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" HOMEPAGE="http://code.google.com/p/ticpp/" SRC_URI="http://sulmonalug.it/files/mrfree/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" SLOT="0" IUSE="debug doc" |