diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-18 14:46:53 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-18 14:46:53 +0000 |
commit | e5aeb52048df0c0a9cb7fc249fcd7ce7e906513a (patch) | |
tree | a33f90a22468c2fda46a7c929c84f33ff87256cf /dev-ml/cryptokit/cryptokit-1.6.ebuild | |
parent | Fix init script not to use deprecated argument (diff) | |
download | historical-e5aeb52048df0c0a9cb7fc249fcd7ce7e906513a.tar.gz historical-e5aeb52048df0c0a9cb7fc249fcd7ce7e906513a.tar.bz2 historical-e5aeb52048df0c0a9cb7fc249fcd7ce7e906513a.zip |
Stable ppc, bug #428970
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/cryptokit/cryptokit-1.6.ebuild')
-rw-r--r-- | dev-ml/cryptokit/cryptokit-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.6.ebuild b/dev-ml/cryptokit/cryptokit-1.6.ebuild index 15b0e2d10835..7fb10dc6800d 100644 --- a/dev-ml/cryptokit/cryptokit-1.6.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.2 2012/08/03 15:19:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.3 2012/08/18 14:46:53 blueness Exp $ EAPI="3" @@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/891/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~x86 ~x86-fbsd" IUSE="zlib" DEPEND="zlib? ( >=sys-libs/zlib-1.1 )" |