diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-03 11:32:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-03 11:32:59 +0000 |
commit | af9246b89bc6a3cd7ba9fc1c4e9a0893d7c60e68 (patch) | |
tree | b2900734ce8cf51edd6f3b639e1afde8fb342b13 /net-libs/libssh/libssh-9999.ebuild | |
parent | Bump eapi to 4 and migrate to git-2 eclass. (diff) | |
download | gentoo-2-af9246b89bc6a3cd7ba9fc1c4e9a0893d7c60e68.tar.gz gentoo-2-af9246b89bc6a3cd7ba9fc1c4e9a0893d7c60e68.tar.bz2 gentoo-2-af9246b89bc6a3cd7ba9fc1c4e9a0893d7c60e68.zip |
Migrate to git-2 eclass.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh/libssh-9999.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index afb7bb0fbb69..cd24852cb9b3 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.4 2011/03/28 11:14:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.5 2011/05/03 11:32:59 scarabeus Exp $ # Maintainer: check IUSE-defaults at DefineOptions.cmake EAPI=4 -inherit eutils cmake-utils git +inherit eutils cmake-utils git-2 DESCRIPTION="Access a working SSH implementation by means of a library" HOMEPAGE="http://www.libssh.org/" |