diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-21 20:39:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-21 20:39:10 +0000 |
commit | 7830b0bb4f4ca4f6223f4c72aac4a876c52afe00 (patch) | |
tree | a05647d13ff98017f80cb6b72230d81e86031edd /dev-util | |
parent | respect LINGUAS. Bug #407853 (diff) | |
download | gentoo-2-7830b0bb4f4ca4f6223f4c72aac4a876c52afe00.tar.gz gentoo-2-7830b0bb4f4ca4f6223f4c72aac4a876c52afe00.tar.bz2 gentoo-2-7830b0bb4f4ca4f6223f4c72aac4a876c52afe00.zip |
Stable for amd64, wrt bug #415777
(Portage version: 2.1.10.49/cvs/Linux x86_64)
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 4a19a15975fd..ac3339237d13 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.4 2012/05/21 19:27:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ChangeLog,v 1.5 2012/05/21 20:39:10 ago Exp $ + + 21 May 2012; Agostino Sarubbo <ago@gentoo.org> ticpp-0_p20100924.ebuild: + Stable for amd64, wrt bug #415777 21 May 2012; Jeff Horelick <jdhore@gentoo.org> ticpp-0_p20100924.ebuild: marked x86 per bug 415777 diff --git a/dev-util/ticpp/ticpp-0_p20100924.ebuild b/dev-util/ticpp/ticpp-0_p20100924.ebuild index 4cbfc847871c..23650cfb25fd 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.4 2012/05/21 19:27:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ticpp/ticpp-0_p20100924.ebuild,v 1.5 2012/05/21 20:39:10 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 x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="debug doc" |