From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1If5LU-0004y7-Bh for garchives@archives.gentoo.org; Tue, 09 Oct 2007 03:01:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l992ojhO006512; Tue, 9 Oct 2007 02:50:45 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l992mZFc003512 for ; Tue, 9 Oct 2007 02:48:35 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9E0306562F; Tue, 9 Oct 2007 02:48:34 +0000 (UTC) Date: Mon, 8 Oct 2007 19:48:33 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, beandog@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-libs/win32codecs: ChangeLog win32codecs-20071007.ebuild Message-ID: <20071009024833.GA31103@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 8f1b528c-78a8-4abd-8c68-221aec1be6d2 X-Archives-Hash: 1da5efa5c0c4a59765920595b29f009f On 11:13 Mon 08 Oct , Steve Dibb (beandog) wrote: > 1.1 media-libs/win32codecs/win32codecs-20071007.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007.ebuild?rev=1.1&content-type=text/plain > cd ${S} A polite reminder that the quoting patch is in released portage. > QA_TEXTRELS="usr/$(get_libdir)/real/drvc.so > usr/$(get_libdir)/real/drv[34].so.6.0 > usr/$(get_libdir)/win32/vid_*.xa" > dodir /usr/$(get_libdir)/win32 > dodir /usr/$(get_libdir)/real > insinto /usr/$(get_libdir)/real > ln -s "${D}/usr/$(get_libdir)/real/*" "${D}/usr/$(get_libdir)/win32/" > insinto /usr/$(get_libdir)/win32 > SEARCH_DIRS_MASK="/usr/$(get_libdir)/real /usr/$(get_libdir)/win32" With this many calls to get_libdir(), it might make sense to just call it once and save it in a global variable. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list