diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-01 23:14:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-01 23:14:59 +0000 |
commit | eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632 (patch) | |
tree | ae3d440b0e04e37fdba16dd86339664563898329 /app-crypt/kth-krb | |
parent | Fix use invocation (diff) | |
download | historical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.tar.gz historical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.tar.bz2 historical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.zip |
Fix use invocation
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r-- | app-crypt/kth-krb/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog index 4f4a23abae14..f8b14426aa56 100644 --- a/app-crypt/kth-krb/ChangeLog +++ b/app-crypt/kth-krb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/kth-krb # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.25 2004/05/27 09:23:21 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.26 2004/06/01 23:11:55 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> kth-krb-1.2.1.ebuild, + kth-krb-1.2.2.ebuild, kth-krb-1.2.ebuild: + Fix use invocation 27 May 2004; Joshua Kinard <kumba@gentoo.org> kth-krb-1.2.2-r2.ebuild: Marked stable on mips. diff --git a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.1.ebuild index beed7cafe557..7078f227c83b 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.9 2004/04/06 03:30:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.10 2004/06/01 23:11:55 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { install || die # Doesn't get install otherwise (for some reason, look into this). - if [ "`use ssl`" ] ; then + if use ssl ; then cd ${S}/lib/des make prefix=${D}/usr/athena \ diff --git a/app-crypt/kth-krb/kth-krb-1.2.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2.ebuild index bf2c0c7cb717..ef0daebf77a0 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2.ebuild,v 1.2 2004/04/06 03:31:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2.ebuild,v 1.3 2004/06/01 23:11:55 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { install || die # Doesn't get install otherwise (for some reason, look into this). - if [ "`use ssl`" ] ; then + if use ssl ; then cd ${S}/lib/des make prefix=${D}/usr/athena \ diff --git a/app-crypt/kth-krb/kth-krb-1.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.ebuild index d10a0c95b101..b94733a246ea 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.7 2004/04/06 03:31:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.8 2004/06/01 23:11:55 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { install || die # Doesn't get install otherwise (for some reason, look into this). - if [ "`use ssl`" ] ; then + if use ssl ; then cd ${S}/lib/des make prefix=${D}/usr/athena \ |