diff options
author | 2006-08-23 09:55:22 +0000 | |
---|---|---|
committer | 2006-08-23 09:55:22 +0000 | |
commit | 42842be5c979dc0feb3cc951d99573616107f4da (patch) | |
tree | 0e8f8ca7487762fc4b086c3479cccd1c770b0257 /sys-auth/pam_mysql | |
parent | first release (diff) | |
download | gentoo-2-42842be5c979dc0feb3cc951d99573616107f4da.tar.gz gentoo-2-42842be5c979dc0feb3cc951d99573616107f4da.tar.bz2 gentoo-2-42842be5c979dc0feb3cc951d99573616107f4da.zip |
Forgot to add multilib.eclass to the inherit line.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'sys-auth/pam_mysql')
-rw-r--r-- | sys-auth/pam_mysql/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mysql/ChangeLog b/sys-auth/pam_mysql/ChangeLog index 44ccbe04732f..6f3c07ef8917 100644 --- a/sys-auth/pam_mysql/ChangeLog +++ b/sys-auth/pam_mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_mysql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.10 2006/08/10 14:33:44 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.11 2006/08/23 09:55:22 kugelfang Exp $ + + 23 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> + pam_mysql-0.7_rc1-r1.ebuild: + Forgot to add multilib.eclass to the inherit line. 10 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> pam_mysql-0.7_rc1-r1.ebuild: diff --git a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild index 57368537155a..d7e67abb5afc 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.2 2006/08/10 14:33:44 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.3 2006/08/23 09:55:22 kugelfang Exp $ -inherit libtool +inherit libtool multilib DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" HOMEPAGE="http://pam-mysql.sourceforge.net/" |