diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-01 20:02:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-01 20:02:17 +0000 |
commit | a3cac1207922751eea2fa94fa5445bf5db8b5b35 (patch) | |
tree | 201c7cc4717a6372ebc5fcc74835cfd0d8c23350 /dev-libs/cvector/cvector-1.0.3-r1.ebuild | |
parent | Marking PEAR-HTTP_Request-1.4.4 ppc for bug 404707 (diff) | |
download | gentoo-2-a3cac1207922751eea2fa94fa5445bf5db8b5b35.tar.gz gentoo-2-a3cac1207922751eea2fa94fa5445bf5db8b5b35.tar.bz2 gentoo-2-a3cac1207922751eea2fa94fa5445bf5db8b5b35.zip |
Marking cvector-1.0.3-r1 ppc for bug 393999
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/cvector/cvector-1.0.3-r1.ebuild')
-rw-r--r-- | dev-libs/cvector/cvector-1.0.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/cvector/cvector-1.0.3-r1.ebuild b/dev-libs/cvector/cvector-1.0.3-r1.ebuild index d54471f8cc69..62a5e1589cd0 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-2011 Gentoo Foundation +# Copyright 1999-2012 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.5 2011/01/23 15:07:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cvector/cvector-1.0.3-r1.ebuild,v 1.6 2012/03/01 20:02:17 ranger 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 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P} |