summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-02-28 08:04:14 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-02-28 08:04:14 +0000
commit17702339a3aa20aa4e1a8ef6cea89972e756d92e (patch)
tree20fe60fa70e884078718648aaad04ab932f26f27 /app-office/gnotime
parentversion bump - see bug# 186393 (diff)
downloadgentoo-2-17702339a3aa20aa4e1a8ef6cea89972e756d92e.tar.gz
gentoo-2-17702339a3aa20aa4e1a8ef6cea89972e756d92e.tar.bz2
gentoo-2-17702339a3aa20aa4e1a8ef6cea89972e756d92e.zip
check for USE=deprecated with dev-scheme/guile not needed anymore
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r--app-office/gnotime/ChangeLog5
-rw-r--r--app-office/gnotime/gnotime-2.3.0.ebuild12
2 files changed, 5 insertions, 12 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index d5ca5dbdd15a..1ab02995e199 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnotime
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.34 2008/02/24 23:47:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.35 2008/02/28 08:04:14 opfer Exp $
+
+ 28 Feb 2008; Christian Faulhammer <opfer@gentoo.org> gnotime-2.3.0.ebuild:
+ check for USE=deprecated with dev-scheme/guile not needed anymore
*gnotime-2.3.0 (24 Feb 2008)
diff --git a/app-office/gnotime/gnotime-2.3.0.ebuild b/app-office/gnotime/gnotime-2.3.0.ebuild
index 51b78f06e07e..94b5c8fa1f23 100644
--- a/app-office/gnotime/gnotime-2.3.0.ebuild
+++ b/app-office/gnotime/gnotime-2.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.1 2008/02/24 23:47:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.2 2008/02/28 08:04:14 opfer Exp $
EAPI="1"
@@ -39,16 +39,6 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README TODO"
-# Fix for bug #109047, don't parallel build with libqofsql
-# Should be fixed, to be tested
-#MAKEOPTS="${MAKEOPTS} -j1"
-
pkg_setup() {
G2CONF="${G2CONF} --disable-schemas-install"
-
- # upstream knows about the fix and has promised to incorporate it
- if ! built_with_use --missing true dev-scheme/guile deprecated;then
- eerror "rebuild dev-scheme/guile with USE=deprecated"
- die
- fi
}