mgorny 14/06/03 14:11:57 Modified: pam-1.1.8-r2.ebuild ChangeLog Log: Add missing MULTILIB_USEDEP on flex. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sys-libs/pam/pam-1.1.8-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild?r1=1.1&r2=1.2 Index: pam-1.1.8-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam-1.1.8-r2.ebuild 30 May 2014 14:26:28 -0000 1.1 +++ pam-1.1.8-r2.ebuild 3 Jun 2014 14:11:57 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild,v 1.1 2014/05/30 14:26:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.8-r2.ebuild,v 1.2 2014/06/03 14:11:57 mgorny Exp $ EAPI=5 @@ -31,7 +31,7 @@ )" DEPEND="${RDEPEND} >=sys-devel/libtool-2 - sys-devel/flex + sys-devel/flex[${MULTILIB_USEDEP}] nls? ( sys-devel/gettext ) virtual/pkgconfig[${MULTILIB_USEDEP}]" PDEPEND="sys-auth/pambase 1.337 sys-libs/pam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.337&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.337&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.336&r2=1.337 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v retrieving revision 1.336 retrieving revision 1.337 diff -u -r1.336 -r1.337 --- ChangeLog 30 May 2014 14:26:28 -0000 1.336 +++ ChangeLog 3 Jun 2014 14:11:57 -0000 1.337 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/pam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.336 2014/05/30 14:26:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.337 2014/06/03 14:11:57 mgorny Exp $ + + 03 Jun 2014; Michał Górny <[email protected]> pam-1.1.8-r2.ebuild: + Add missing MULTILIB_USEDEP on flex. *pam-1.1.8-r2 (30 May 2014)
