app-editors/xemacs: Add berkdb dependency to gdbm
authorMats Lidell <matsl@gentoo.org>
Sat, 13 Jan 2018 21:13:50 +0000 (22:13 +0100)
committerMats Lidell <matsl@gentoo.org>
Sat, 13 Jan 2018 21:13:50 +0000 (22:13 +0100)
bug: https://bugs.gentoo.org/643678
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-editors/xemacs/xemacs-21.4.24-r1.ebuild

index 6975de5d4292b097a74c3f8e6d76c7cb80fe4454..1afc4acebc1a042994fd395be18d7cfc4cec8fe4 100644 (file)
@@ -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