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/cvector-1.0.3-r1.ebuild | |
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/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 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} |