diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-26 10:32:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-26 10:32:38 +0000 |
commit | 38189249a2653700efaada48f11d0c315bcb3e79 (patch) | |
tree | 53b72d70229fdba662ace97136a7fda0c4262d63 /dev-libs/cryptlib/cryptlib-3.4.0.ebuild | |
parent | x86 stable wrt bug #355449 (diff) | |
download | gentoo-2-38189249a2653700efaada48f11d0c315bcb3e79.tar.gz gentoo-2-38189249a2653700efaada48f11d0c315bcb3e79.tar.bz2 gentoo-2-38189249a2653700efaada48f11d0c315bcb3e79.zip |
x86 stable wrt bug #355633
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-libs/cryptlib/cryptlib-3.4.0.ebuild')
-rw-r--r-- | dev-libs/cryptlib/cryptlib-3.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild index d0f6425b84ca..03a4bac65e0d 100644 --- a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.3 2011/02/20 12:05:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.4 2011/02/26 10:32:38 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.franken.de/pub/crypt/cryptlib/cl${MY_PV}.zip doc? ( mirror://gentoo/${DOC_PREFIX}-manual.pdf.bz2 )" LICENSE="DB" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="doc ldap odbc python" |