mgorny 14/05/30 14:27:34 Modified: ChangeLog Added: pam-0-r1.ebuild Log: Enable multilib support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 virtual/pam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pam/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 18 Jan 2014 05:16:03 -0000 1.3 +++ ChangeLog 30 May 2014 14:27:34 -0000 1.4 @@ -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 <[email protected]> +pam-0-r1.ebuild: + Enable multilib support. 18 Jan 2014; Mike Frysinger <[email protected]> pam-0.ebuild: Add arm64 love. 1.1 virtual/pam/pam-0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pam/pam-0-r1.ebuild?rev=1.1&content-type=text/plain Index: pam-0-r1.ebuild =================================================================== # 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}] )"
