diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-09-22 07:47:25 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-09-22 07:47:25 +0000 |
commit | c529ea7096684bfc5943c0114465a1d1f9fc6d40 (patch) | |
tree | cfa69577ffc73162cd5507f5370d6933382b8914 /app-crypt/mit-krb5 | |
parent | Update to EAPI=4. Add ruby19. (diff) | |
download | gentoo-2-c529ea7096684bfc5943c0114465a1d1f9fc6d40.tar.gz gentoo-2-c529ea7096684bfc5943c0114465a1d1f9fc6d40.tar.bz2 gentoo-2-c529ea7096684bfc5943c0114465a1d1f9fc6d40.zip |
ppc/ppc64 stable wrt #429324
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r-- | app-crypt/mit-krb5/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index e7ef9a034461..6b6653ed260f 100644 --- a/app-crypt/mit-krb5/ChangeLog +++ b/app-crypt/mit-krb5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mit-krb5 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.339 2012/08/27 19:50:09 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.340 2012/09/22 07:47:25 xarthisius Exp $ + + 22 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> mit-krb5-1.9.4-r1.ebuild: + ppc/ppc64 stable wrt #429324 27 Aug 2012; Eray Aslan <eras@gentoo.org> files/mit-krb5-1.10.1_uninitialized_extra-2.patch: diff --git a/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild index 6c7b80095576..75e2521e705e 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.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/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild,v 1.7 2012/08/19 14:31:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.9.4-r1.ebuild,v 1.8 2012/09/22 07:47:25 xarthisius Exp $ EAPI=4 inherit eutils flag-o-matic versionator @@ -13,7 +13,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc +keyutils openldap +pkinit +threads test xinetd" RDEPEND="!!app-crypt/heimdal |