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 1IhYYx-0003Iw-U2 for garchives@archives.gentoo.org; Mon, 15 Oct 2007 22:37:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9FMPoNX008349; Mon, 15 Oct 2007 22:25:50 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 l9FMMNK9003564 for ; Mon, 15 Oct 2007 22:22:24 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 7327565456; Mon, 15 Oct 2007 22:22:23 +0000 (UTC) Date: Mon, 15 Oct 2007 15:22:22 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, opfer@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild Message-ID: <20071015222221.GN23990@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: 58dced6e-3c9b-4253-81a1-59decdadaf83 X-Archives-Hash: 893dfaf49d22ea97e62bc495c7bae3f4 On 21:34 Mon 15 Oct , Christian Faulhammer (opfer) wrote: > 1.1 app-office/gnotime/gnotime-2.2.3.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild?rev=1.1&content-type=text/plain > pkg_setup() { > # upstream knows about the fix and has promised to incorporate it > if has_version ">=dev-scheme/guile-1.8" && ! built_with_use dev-scheme/guile deprecated;then > eerror "rebuild dev-scheme/guile with USE=deprecated" > die > fi > } You could drop the has_version check and pass '--missing true' to built_with_use(). Thanks, Donnie -- gentoo-dev@gentoo.org mailing list