diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-01-12 12:15:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-01-12 12:15:22 +0000 |
commit | ffe597c5b6e4b02dbc0b9d1b163d02012b478f4d (patch) | |
tree | 96b51981723a4968a5669ee906200535f882aefc /dev-python/m2crypto/m2crypto-0.16.ebuild | |
parent | Stable on x86 (#161706) (diff) | |
download | historical-ffe597c5b6e4b02dbc0b9d1b163d02012b478f4d.tar.gz historical-ffe597c5b6e4b02dbc0b9d1b163d02012b478f4d.tar.bz2 historical-ffe597c5b6e4b02dbc0b9d1b163d02012b478f4d.zip |
stable x86, bug #161658
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-python/m2crypto/m2crypto-0.16.ebuild')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.16.ebuild b/dev-python/m2crypto/m2crypto-0.16.ebuild index 7c2be6555bd1..2ee24a382753 100644 --- a/dev-python/m2crypto/m2crypto-0.16.ebuild +++ b/dev-python/m2crypto/m2crypto-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.16.ebuild,v 1.1 2006/10/10 20:40:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.16.ebuild,v 1.2 2007/01/12 12:15:22 opfer Exp $ inherit distutils portability eutils @@ -13,7 +13,7 @@ SRC_URI="http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc x86" IUSE="doc" #S="${WORKDIR}/${MY_P}" |