diff options
author | Joshua Brindle <method@gentoo.org> | 2003-04-21 23:44:01 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-04-21 23:44:01 +0000 |
commit | 149440ecc50e6da149444e2b9188338bdf31cad8 (patch) | |
tree | 854c27bca1b425ffb830022c569fc3551e72f22a /app-crypt | |
parent | Version bumped. Closes #19377. (diff) | |
download | gentoo-2-149440ecc50e6da149444e2b9188338bdf31cad8.tar.gz gentoo-2-149440ecc50e6da149444e2b9188338bdf31cad8.tar.bz2 gentoo-2-149440ecc50e6da149444e2b9188338bdf31cad8.zip |
fixed --with-ccopts
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mit-krb5/Manifest | 6 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/app-crypt/mit-krb5/Manifest b/app-crypt/mit-krb5/Manifest index eeea0e212362..afe4dc4858d1 100644 --- a/app-crypt/mit-krb5/Manifest +++ b/app-crypt/mit-krb5/Manifest @@ -1,7 +1,7 @@ -MD5 5921eeeef1bbe5354219e14dd34fbe56 mit-krb5-1.2.6-r2.ebuild 1893 -MD5 5dcc50c5b01899bcc2e3e824f4bc97a8 mit-krb5-1.2.7.ebuild 2777 +MD5 ea61c4da2338b8d04d284693b4b0e0fd mit-krb5-1.2.6-r2.ebuild 1895 +MD5 16ed0de83bce1d29e4e290a40ed98460 mit-krb5-1.2.7.ebuild 2779 MD5 37591324ff866332c0782d20577298a8 ChangeLog 2656 -MD5 04059c56c2557dd6a61c4a7303b5099c mit-krb5-1.2.6-r3.ebuild 1976 +MD5 bd50c0dafbfa7813abb8ec4552087d89 mit-krb5-1.2.6-r3.ebuild 1978 MD5 38f68aea45bc300920563eb5b90b1a86 files/krb5-1.2.6-gentoo.diff 1657 MD5 ad5d19a7bfe3339307c62797eef7a214 files/krb5-1.2.2-gentoo.diff 990 MD5 c451148d1b3e182a19a8f9084d0b55b8 files/krb5.confd 233 diff --git a/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild b/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild index d3a06603ff6f..755d1af8eccd 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild,v 1.3 2003/04/20 21:22:03 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.6-r2.ebuild,v 1.4 2003/04/21 23:43:57 method Exp $ S=${WORKDIR}/krb5-${PV}/src SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/krb5-${PV}.tar.gz" @@ -29,7 +29,7 @@ src_compile() { || myconf="${myconf} --without-krb4 --disable-krb4" econf \ - --with-ccopts=${CFLAGS} \ + --with-ccopts="${CFLAGS}" \ --mandir=/usr/share/man \ --localstatedir=/etc \ --enable-shared \ diff --git a/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild index 82cda69a345d..177f2ec69123 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild,v 1.3 2003/04/20 21:22:03 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.6-r3.ebuild,v 1.4 2003/04/21 23:43:57 method Exp $ inherit eutils @@ -33,7 +33,7 @@ src_compile() { || myconf="${myconf} --without-krb4 --disable-krb4" econf \ - --with-ccopts=${CFLAGS} \ + --with-ccopts="${CFLAGS}" \ --mandir=/usr/share/man \ --localstatedir=/etc \ --enable-shared \ diff --git a/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild b/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild index c06d74a0d8f8..09aaa8b1b5da 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild,v 1.3 2003/04/20 21:22:03 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.2.7.ebuild,v 1.4 2003/04/21 23:43:57 method Exp $ inherit eutils @@ -45,7 +45,7 @@ src_compile() { || myconf="${myconf} --without-krb4 --disable-krb4" econf \ - --with-ccopts=${CFLAGS} \ + --with-ccopts="${CFLAGS}" \ --mandir=/usr/share/man \ --localstatedir=/etc \ --enable-shared \ |