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/cvector-1.0.3-r1.ebuild | |
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/cvector-1.0.3-r1.ebuild')
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |