summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-15 18:37:05 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-15 18:37:05 +0000
commit58276f102e634f2929560a17e03d7c1ac07b6eaf (patch)
treeec6f589f3c66d582df715e48336afcb99adfba0d /virtual
parentEnable multilib support as alternate provider for virtual/krb5. (diff)
downloadgentoo-2-58276f102e634f2929560a17e03d7c1ac07b6eaf.tar.gz
gentoo-2-58276f102e634f2929560a17e03d7c1ac07b6eaf.tar.bz2
gentoo-2-58276f102e634f2929560a17e03d7c1ac07b6eaf.zip
Enable multilib support, bug #510354.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/krb5/ChangeLog10
-rw-r--r--virtual/krb5/krb5-0-r1.ebuild23
2 files changed, 30 insertions, 3 deletions
diff --git a/virtual/krb5/ChangeLog b/virtual/krb5/ChangeLog
index ae3c1e598092..37f68931a50e 100644
--- a/virtual/krb5/ChangeLog
+++ b/virtual/krb5/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/krb5
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/krb5/ChangeLog,v 1.2 2013/06/27 20:42:55 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/krb5/ChangeLog,v 1.3 2014/05/15 18:37:05 mgorny Exp $
+
+*krb5-0-r1 (15 May 2014)
+
+ 15 May 2014; Michał Górny <mgorny@gentoo.org> +krb5-0-r1.ebuild:
+ Enable multilib support, bug #510354.
27 Jun 2013; Alexis Ballier <aballier@gentoo.org> krb5-0.ebuild:
keyword ~amd64-fbsd
@@ -9,4 +14,3 @@
13 Mar 2011; Eray Aslan <eras@gentoo.org> +krb5-0.ebuild, +metadata.xml:
Initial commit
-
diff --git a/virtual/krb5/krb5-0-r1.ebuild b/virtual/krb5/krb5-0-r1.ebuild
new file mode 100644
index 000000000000..cd31a7778df1
--- /dev/null
+++ b/virtual/krb5/krb5-0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/krb5/krb5-0-r1.ebuild,v 1.1 2014/05/15 18:37:05 mgorny Exp $
+
+EAPI=5
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Kerberos V implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ >=app-crypt/mit-krb5-1.12.1-r1[${MULTILIB_USEDEP}]
+ >=app-crypt/heimdal-1.5.3-r2[${MULTILIB_USEDEP}]
+ )"