Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hanno 07/09/08 15:19:06
Modified: taxbird-0.10.ebuild ChangeLog
Log:
improved use-check for guile in taxbird
(Portage version: 2.1.3.9)
Revision Changes Path
1.3 app-office/taxbird/taxbird-0.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild?r1=1.2&r2=1.3
Index: taxbird-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taxbird-0.10.ebuild 7 Sep 2007 14:58:37 -0000 1.2
+++ taxbird-0.10.ebuild 8 Sep 2007 15:19:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.2 2007/09/07 14:58:37 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.10.ebuild,v 1.3 2007/09/08 15:19:06 hanno Exp $
inherit eutils fdo-mime flag-o-matic
@@ -22,10 +22,10 @@
dev-scheme/guile"
pkg_setup() {
- if ! built_with_use 'dev-scheme/guile' 'discouraged deprecated'; then
+ if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated; then
eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated\"."
die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated\"."
- fi
+ fi
filter-ldflags -Wl,--as-needed --as-needed
}
1.11 app-office/taxbird/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 7 Sep 2007 14:58:37 -0000 1.10
+++ ChangeLog 8 Sep 2007 15:19:06 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for app-office/taxbird
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.10 2007/09/07 14:58:37 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.11 2007/09/08 15:19:06 hanno Exp $
+
+ 08 Sep 2007; Hanno Boeck <hanno@g.o> taxbird-0.10.ebuild:
+ Improve dev-guile use-check.
07 Sep 2007; Hanno Boeck <hanno@g.o> taxbird-0.10.ebuild:
Add check for guile use-flags.
--
gentoo-commits@g.o mailing list
|
|