diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-21 19:27:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-21 19:27:12 +0000 |
commit | 1fb0641e4f5e6740ea692ce0744976a079610321 (patch) | |
tree | 58095d904242ff9bc2b6430a8386040c9f3c7a3a /dev-util/ticpp | |
parent | Marking ccp4-libs-6.1.3-r11 ppc for bug 413815 (diff) | |
download | gentoo-2-1fb0641e4f5e6740ea692ce0744976a079610321.tar.gz gentoo-2-1fb0641e4f5e6740ea692ce0744976a079610321.tar.bz2 gentoo-2-1fb0641e4f5e6740ea692ce0744976a079610321.zip |
marked x86 per bug 415777
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'dev-util/ticpp')
-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" |