diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-03-20 23:53:15 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-03-20 23:53:15 +0000 |
commit | ee657cd41a832f7d6a93a77d71d14ee03f4a3555 (patch) | |
tree | d84f6f520f786cfbc936b638eecb694c6389fe12 /sys-auth | |
parent | Version bump. Committed for ciaranm, since someone seems to have unilaterally... (diff) | |
download | gentoo-2-ee657cd41a832f7d6a93a77d71d14ee03f4a3555.tar.gz gentoo-2-ee657cd41a832f7d6a93a77d71d14ee03f4a3555.tar.bz2 gentoo-2-ee657cd41a832f7d6a93a77d71d14ee03f4a3555.zip |
libnss-mysql multilib-strict fixes
(Portage version: 2.1_pre6-r4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index 4ef6fcdd4e66..41fdec77c965 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/libnss-mysql # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.3 2006/01/29 21:29:26 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.4 2006/03/20 23:53:15 hanno Exp $ + + 20 Mar 2006; Hanno Boeck <hanno@gentoo.org> libnss-mysql-1.5.ebuild: + Fix multilib-strict and add ~amd64 keyword. *libnss-mysql-1.5 (29 Jan 2006) diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index e2c06665b135..9d61ff33ff36 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild @@ -1,6 +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/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.1 2006/01/29 21:29:26 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.2 2006/03/20 23:53:15 hanno Exp $ + +inherit multilib DESCRIPTION="NSS MySQL Library." HOMEPAGE="http://libnss-mysql.sourceforge.net/" @@ -8,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/libc @@ -17,7 +19,7 @@ DEPEND="virtual/libc src_install() { dodir "/etc" - einstall libdir="${D}/lib" + einstall libdir="${D}/$(get_libdir)" newdoc sample/README README.sample dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ |