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 | 4a6a0f988c9aeebc87b43fdb3fe5629dfb7ceaa3 (patch) | |
tree | 3ec1edd9198fce8dfbfde92d423108428b901c1c /dev-libs/cvector/cvector-1.0.3-r1.ebuild | |
parent | Fix Bug #311171 - Take two. (diff) | |
download | historical-4a6a0f988c9aeebc87b43fdb3fe5629dfb7ceaa3.tar.gz historical-4a6a0f988c9aeebc87b43fdb3fe5629dfb7ceaa3.tar.bz2 historical-4a6a0f988c9aeebc87b43fdb3fe5629dfb7ceaa3.zip |
x86 stable, bug #326041
Package-Manager: portage-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} |