diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-28 22:40:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-28 22:40:51 +0000 |
commit | 1b6adadd7954b7128d4530290bb9e6e85503a98b (patch) | |
tree | 78c04aafa53f7a856e7d8d55b6fe070e96c34657 /dev-libs/cvector | |
parent | stable for x86 and amd64; clean old (diff) | |
download | gentoo-2-1b6adadd7954b7128d4530290bb9e6e85503a98b.tar.gz gentoo-2-1b6adadd7954b7128d4530290bb9e6e85503a98b.tar.bz2 gentoo-2-1b6adadd7954b7128d4530290bb9e6e85503a98b.zip |
Stable on amd64 wrt bug #326041
(Portage version: 2.1.8.3/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 215ec29f03ec..700cf5cc60e6 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.4 2010/04/25 11:23:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/ChangeLog,v 1.5 2010/06/28 22:40:51 angelos Exp $ + + 28 Jun 2010; Christoph Mende <angelos@gentoo.org> cvector-1.0.3-r1.ebuild: + Stable on amd64 wrt bug #326041 *cvector-1.0.3-r1 (07 Mar 2010) diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild b/dev-libs/cvector/cvector-1.0.3-r1.ebuild index ef855186300e..cdcc89527950 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.2 2010/06/15 12:12:30 jlec Exp $ +# $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 $ 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} |