diff options
author | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 17:09:24 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 17:09:24 +0000 |
commit | fccb15c98fd9be26b70cd0404fc2aeb7e72bc638 (patch) | |
tree | aaaae96a222fa8baa3f63691b9a063469cabfb50 /sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | |
parent | Take runtime dependencies out of DEPEND. (Thanks to Thomas de Grenier de (diff) | |
download | gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.tar.gz gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.tar.bz2 gentoo-2-fccb15c98fd9be26b70cd0404fc2aeb7e72bc638.zip |
workaround new portage QA check
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild')
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild index 59f98ed887c0..846769ce2524 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.4 2006/12/01 16:19:40 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5.ebuild,v 1.5 2007/03/04 17:09:24 vivo Exp $ inherit multilib @@ -19,12 +19,13 @@ RDEPEND="${DEPEND}" src_install() { dodir "/etc" einstall libdir="${D}/$(get_libdir)" + rm -f "${D}/$(get_libdir)/libnss_mysql.la" newdoc sample/README README.sample dodoc AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS \ TODO UPGRADING ChangeLog - for subdir in sample/{,complex,minimal} ; do + for subdir in sample/{linux,freebsd,complex,minimal} ; do docinto "${subdir}" dodoc "${subdir}/"{*.sql,*.cfg} done |