Skip to content

Commit

Permalink
app-editors/xemacs: Add berkdb dependency to gdbm
Browse files Browse the repository at this point in the history
bug: https://bugs.gentoo.org/643678
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
Mats Lidell committed Jan 13, 2018
1 parent 0d8d150 commit b279b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-editors/xemacs/xemacs-21.4.24-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit b279b09

Please sign in to comment.