summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-09 18:15:16 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-09 18:15:16 +0000
commitdf43ad7a3e5fa9c0ca16b0e51ccaf799381b76c2 (patch)
tree1994373fb83140b85bf8ba9c6985d3b95f45791b /app-editors/xemacs
parentShining up checking of CIFS kernel parameter, thanks to Jeremy Olexa <darksid... (diff)
downloadgentoo-2-df43ad7a3e5fa9c0ca16b0e51ccaf799381b76c2.tar.gz
gentoo-2-df43ad7a3e5fa9c0ca16b0e51ccaf799381b76c2.tar.bz2
gentoo-2-df43ad7a3e5fa9c0ca16b0e51ccaf799381b76c2.zip
Tweak sys-libs/db requirements to avoid incompatible versions. Should fix bug 365831.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/ChangeLog6
-rw-r--r--app-editors/xemacs/xemacs-21.5.31.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index a96a8522109f..b73f75709622 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/xemacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.145 2011/04/30 08:12:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.146 2011/05/09 18:15:16 graaff Exp $
+
+ 09 May 2011; Hans de Graaff <graaff@gentoo.org> xemacs-21.5.31.ebuild:
+ Tweak sys-libs/db requirements to avoid incompatible versions. Should fix bug
+ 365831.
30 Apr 2011; Hans de Graaff <graaff@gentoo.org> xemacs-21.5.31.ebuild:
Fix USE=debug for changed configure options.
diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild
index 12c29432291d..fce9c92086fd 100644
--- a/app-editors/xemacs/xemacs-21.5.31.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.2 2011/04/30 08:12:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.3 2011/05/09 18:15:16 graaff Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -24,7 +24,7 @@ IUSE="alsa debug eolconv esd gif gpm pop postgres ldap xface nas dnd X jpeg tiff
X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
RDEPEND="
- berkdb? ( sys-libs/db )
+ berkdb? ( >=sys-libs/db-4 !<sys-libs/db-4 )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
>=sys-libs/zlib-1.1.4
>=dev-libs/openssl-0.9.6