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/xemacs-21.5.31.ebuild | |
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/xemacs-21.5.31.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |