diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-14 14:56:33 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-14 14:56:33 +0000 |
commit | 8ff3f50e43b860d9b25be5b84711ac4453605d5a (patch) | |
tree | b974cdc6a8201426fc177298c87c9cdd691be6b7 /sys-auth/libnss-mysql | |
parent | alpha/ia64/sparc stable wrt #198845 (diff) | |
download | gentoo-2-8ff3f50e43b860d9b25be5b84711ac4453605d5a.tar.gz gentoo-2-8ff3f50e43b860d9b25be5b84711ac4453605d5a.tar.bz2 gentoo-2-8ff3f50e43b860d9b25be5b84711ac4453605d5a.zip |
amd64 stable, bug 189746
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-auth/libnss-mysql')
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index 074bfae1efd2..b1a0792d1f03 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.10 2007/08/27 12:08:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.11 2007/11/14 14:56:33 beandog Exp $ + + 14 Nov 2007; Steve Dibb <beandog@gentoo.org> libnss-mysql-1.5.ebuild: + amd64 stable, bug 189746 27 Aug 2007; Raúl Porcel <armin76@gentoo.org> libnss-mysql-1.5.ebuild: x86 stable wrt #189746 diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index 1b02ad39fe2c..e5fd069c9301 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 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.8 2007/08/27 12:08:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.9 2007/11/14 14:56:33 beandog Exp $ inherit multilib -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" DESCRIPTION="NSS MySQL Library." HOMEPAGE="http://libnss-mysql.sourceforge.net/" @@ -18,7 +18,7 @@ RDEPEND="${DEPEND}" src_install() { dodir "/etc" - dodir "/usr/lib" + dodir "/usr/$(get_libdir)" einstall libdir="${D}/$(get_libdir)" mv "${D}/$(get_libdir)/libnss_mysql.la" "${D}/usr/$(get_libdir)/" |