diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-10-10 19:11:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-10-10 19:11:29 +0000 |
commit | 4d30afe54d42010dc6784eace10183b75d3be6e7 (patch) | |
tree | fa2dd86a1e0b6b6176aaf84c7d4dcab5ffdbecb0 /app-editors/xemacs | |
parent | Drop .la files, bug #386665 by Ago. (diff) | |
download | gentoo-2-4d30afe54d42010dc6784eace10183b75d3be6e7.tar.gz gentoo-2-4d30afe54d42010dc6784eace10183b75d3be6e7.tar.bz2 gentoo-2-4d30afe54d42010dc6784eace10183b75d3be6e7.zip |
Make sure berkdb support is turned on for newer versions of gdbm. Fixes bug 383587, thanks to Martin von Gagern for diagnosing the issue.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.31.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index b519bcb5ee30..023104add10c 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.152 2011/10/09 13:54:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.153 2011/10/10 19:11:29 graaff Exp $ + + 10 Oct 2011; Hans de Graaff <graaff@gentoo.org> xemacs-21.5.31.ebuild: + Make sure berkdb support is turned on for newer versions of gdbm. Fixes bug + 383587, thanks to Martin von Gagern for diagnosing the issue. 09 Oct 2011; Markos Chandras <hwoarang@gentoo.org> xemacs-21.4.22-r2.ebuild: Stable on amd64 wrt bug #385207 diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild index b2e97bdf4150..3cc8c19d8c96 100644 --- a/app-editors/xemacs/xemacs-21.5.31.ebuild +++ b/app-editors/xemacs/xemacs-21.5.31.ebuild @@ -1,12 +1,12 @@ # 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.5 2011/08/02 05:43:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.6 2011/10/10 19:11:29 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 # -nopie flag in CFLAGS or help fix bug #75028. -EAPI="2" +EAPI=4 export WANT_AUTOCONF="2.5" inherit eutils flag-o-matic multilib @@ -25,7 +25,7 @@ X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" RDEPEND=" berkdb? ( >=sys-libs/db-4 !!<sys-libs/db-4 ) - gdbm? ( >=sys-libs/gdbm-1.8.3 ) + gdbm? ( >=sys-libs/gdbm-1.8.3[berkdb(+)] ) >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6 >=media-libs/audiofile-0.2.3 |