diff options
author | Markus Meier <maekke@gentoo.org> | 2010-07-15 20:22:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-07-15 20:22:18 +0000 |
commit | 19ad3f971b48a866f908fb420faa263c77f048ca (patch) | |
tree | 256eb6801f5338b988f40d820d5cd1b03523c5b3 /dev-libs/cvector | |
parent | Fix Bug #311171 - Take two. (diff) | |
download | gentoo-2-19ad3f971b48a866f908fb420faa263c77f048ca.tar.gz gentoo-2-19ad3f971b48a866f908fb420faa263c77f048ca.tar.bz2 gentoo-2-19ad3f971b48a866f908fb420faa263c77f048ca.zip |
x86 stable, bug #326041
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cvector')
-rw-r--r-- | dev-libs/cvector/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/cvector/ChangeLog b/dev-libs/cvector/ChangeLog index 700cf5cc60e6..83bc41730beb 100644 --- a/dev-libs/cvector/ChangeLog +++ b/dev-libs/cvector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cvector # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v 1.5 2010/06/28 22:40:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v 1.6 2010/07/15 20:22:18 maekke Exp $ + + 15 Jul 2010; Markus Meier <maekke@gentoo.org> cvector-1.0.3-r1.ebuild: + x86 stable, bug #326041 28 Jun 2010; Christoph Mende <angelos@gentoo.org> cvector-1.0.3-r1.ebuild: Stable on amd64 wrt bug #326041 diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild b/dev-libs/cvector/cvector-1.0.3-r1.ebuild index cdcc89527950..aa8ce454fb09 100644 --- a/dev-libs/cvector/cvector-1.0.3-r1.ebuild +++ b/dev-libs/cvector/cvector-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild,v 1.3 2010/06/28 22:40:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild,v 1.4 2010/07/15 20:22:18 maekke Exp $ inherit base eutils toolchain-funcs versionator @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P} |