diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-30 14:27:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-30 14:27:34 +0000 |
commit | 321b729e001aed0201fddfadfaac4ffce69f93cc (patch) | |
tree | f705c690d4cb5852f0e456c4b7b7305ec8b39127 /virtual/pam | |
parent | Enable multilib support. (diff) | |
download | gentoo-2-321b729e001aed0201fddfadfaac4ffce69f93cc.tar.gz gentoo-2-321b729e001aed0201fddfadfaac4ffce69f93cc.tar.bz2 gentoo-2-321b729e001aed0201fddfadfaac4ffce69f93cc.zip |
Enable multilib support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/pam')
-rw-r--r-- | virtual/pam/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pam/pam-0-r1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/virtual/pam/ChangeLog b/virtual/pam/ChangeLog index 5c5b5c1fab10..bc697b98e70c 100644 --- a/virtual/pam/ChangeLog +++ b/virtual/pam/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/pam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.3 2014/01/18 05:16:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v 1.4 2014/05/30 14:27:34 mgorny Exp $ + +*pam-0-r1 (30 May 2014) + + 30 May 2014; Michał Górny <mgorny@gentoo.org> +pam-0-r1.ebuild: + Enable multilib support. 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> pam-0.ebuild: Add arm64 love. diff --git a/virtual/pam/pam-0-r1.ebuild b/virtual/pam/pam-0-r1.ebuild new file mode 100644 index 000000000000..e6cae43393fc --- /dev/null +++ b/virtual/pam/pam-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/pam/pam-0-r1.ebuild,v 1.1 2014/05/30 14:27:34 mgorny Exp $ + +EAPI=5 + +inherit multilib-build + +DESCRIPTION="Virtual for PAM (Pluggable Authentication Modules)" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="" + +DEPEND="" +RDEPEND=" + || ( + >=sys-libs/pam-0.78[${MULTILIB_USEDEP}] + sys-auth/openpam[${MULTILIB_USEDEP}] + )" |