summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2018-01-13 22:13:50 +0100
committerMats Lidell <matsl@gentoo.org>2018-01-13 22:13:50 +0100
commitb279b09b26fc823e5658a0d31599b3a71fbd780b (patch)
treec94a7e4fe70296d062f6b662728eff3a59e77bf2
parentsys-apps/sandbox: stable 2.12 for hppa/ia64/ppc/ppc64, bug #644300 (diff)
downloadgentoo-b279b09b26fc823e5658a0d31599b3a71fbd780b.tar.gz
gentoo-b279b09b26fc823e5658a0d31599b3a71fbd780b.tar.bz2
gentoo-b279b09b26fc823e5658a0d31599b3a71fbd780b.zip
app-editors/xemacs: Add berkdb dependency to gdbm
bug: https://bugs.gentoo.org/643678 Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r--app-editors/xemacs/xemacs-21.4.24-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild
index 6975de5d4292..1afc4acebc1a 100644
--- a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Note: xemacs currently does not work with position independent code
@@ -23,7 +23,7 @@ X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps"
RDEPEND="
berkdb? ( sys-libs/db:= )
- 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:0
>=media-libs/audiofile-0.2.3