diff options
Diffstat (limited to 'app-crypt/shishi/shishi-1.0.1.ebuild')
-rw-r--r-- | app-crypt/shishi/shishi-1.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/shishi/shishi-1.0.1.ebuild b/app-crypt/shishi/shishi-1.0.1.ebuild index 1ec64d196fd4..725bfcb77f39 100644 --- a/app-crypt/shishi/shishi-1.0.1.ebuild +++ b/app-crypt/shishi/shishi-1.0.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.1 2012/03/15 15:01:21 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shishi/shishi-1.0.1.ebuild,v 1.2 2012/03/15 15:48:11 mr_bones_ Exp $ + +EAPI=4 +inherit multilib autotools eutils DESCRIPTION="A free implementation of the Kerberos 5 network security system" HOMEPAGE="https://www.gnu.org/software/shishi/" SRC_URI="http://ftp.gnu.org/gnu/shishi/${P}.tar.gz" -EAPI=4 -inherit multilib autotools eutils LICENSE="GPL-3" SLOT="0" |