diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-07 15:04:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-07 15:04:57 +0000 |
commit | 3e8b431fba8ec7429cf239a8d5a378cbb0960cd1 (patch) | |
tree | 2dab0e76795138928462bb8ac11f233249f7ff91 /dev-util/ticpp | |
parent | Version bump and cleanup (diff) | |
download | gentoo-2-3e8b431fba8ec7429cf239a8d5a378cbb0960cd1.tar.gz gentoo-2-3e8b431fba8ec7429cf239a8d5a378cbb0960cd1.tar.bz2 gentoo-2-3e8b431fba8ec7429cf239a8d5a378cbb0960cd1.zip |
Add ~x86
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ticpp')
-rw-r--r-- | dev-util/ticpp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ticpp/ticpp-0_p20100924.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ticpp/ChangeLog b/dev-util/ticpp/ChangeLog index 2dba921f4492..c517d4a75a93 100644 --- a/dev-util/ticpp/ChangeLog +++ b/dev-util/ticpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ticpp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ChangeLog,v 1.2 2011/07/01 07:54:07 hwoarang Exp $ +# 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 $ + + 07 May 2012; Agostino Sarubbo <ago@gentoo.org> ticpp-0_p20100924.ebuild: + Add ~x86 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> ticpp-0_p20100924.ebuild: Fix premake dependencies. Bug #372731. Thanks to Piotr Szymaniak diff --git a/dev-util/ticpp/ticpp-0_p20100924.ebuild b/dev-util/ticpp/ticpp-0_p20100924.ebuild index 040fed776195..3a24659d3702 100644 --- a/dev-util/ticpp/ticpp-0_p20100924.ebuild +++ b/dev-util/ticpp/ticpp-0_p20100924.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.2 2011/07/01 07:54:07 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ticpp-0_p20100924.ebuild,v 1.3 2012/05/07 15:04:57 ago 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" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="debug doc" |