diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-16 17:08:32 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-16 17:08:32 +0000 |
commit | 52251dc767195eb1d1262b3e0c00563fb01ec421 (patch) | |
tree | 0b96d519a77771cc144489790ae70ad1a75eb674 /app-crypt/mit-krb5 | |
parent | Add ~mips keyword, wrt bug #412489 (diff) | |
download | gentoo-2-52251dc767195eb1d1262b3e0c00563fb01ec421.tar.gz gentoo-2-52251dc767195eb1d1262b3e0c00563fb01ec421.tar.bz2 gentoo-2-52251dc767195eb1d1262b3e0c00563fb01ec421.zip |
Add ~mips keyword, wrt bug #412489
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index 514b7a82b1f0..1f038001c857 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.379 2013/08/06 12:34:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.380 2013/08/16 17:08:32 pinkbyte Exp $ + + 16 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> mit-krb5-1.11.3.ebuild: + Add ~mips keyword, wrt bug #412489 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> mit-krb5-1.11.2-r1.ebuild: Stable for s390, wrt bug #469752 diff --git a/app-crypt/mit-krb5/mit-krb5-1.11.3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.11.3.ebuild index fff9835aed06..c1f8445c6316 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.11.3.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.11.3.ebuild,v 1.1 2013/06/05 20:14:16 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.11.3.ebuild,v 1.2 2013/08/16 17:08:32 pinkbyte Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc +keyutils openldap +pkinit +threads test xinetd" RDEPEND="!!app-crypt/heimdal |