diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-15 03:32:31 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 11613014e0f0e37507fdcc3109cafd31ffd08f74 (patch) | |
tree | 6d776b4596464d2206530a2fb2032b04383c3083 | |
parent | 1b9ce3e4c90cc9c6d8988ac7c110c3438ffd1271 (diff) | |
download | gentoo-11613014e0f0e37507fdcc3109cafd31ffd08f74.tar.gz gentoo-11613014e0f0e37507fdcc3109cafd31ffd08f74.tar.xz |
net-mail/lbdb: Fix dependency on dev-perl/Palm
Package-Manager: portage-2.2.27
-rw-r--r-- | net-mail/lbdb/lbdb-0.39-r1.ebuild | 2 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.39.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/lbdb/lbdb-0.39-r1.ebuild b/net-mail/lbdb/lbdb-0.39-r1.ebuild index 54bc2d6ddb2..9cd6c90157a 100644 --- a/net-mail/lbdb/lbdb-0.39-r1.ebuild +++ b/net-mail/lbdb/lbdb-0.39-r1.ebuild @@ -21,7 +21,7 @@ DEPEND="dev-libs/libvformat abook? ( app-misc/abook ) crypt? ( app-crypt/gnupg )" RDEPEND="${DEPEND} - pda? ( dev-perl/p5-Palm ) + pda? ( dev-perl/Palm ) ldap? ( dev-perl/perl-ldap )" # Bug 570726 REQUIRED_USE="!nis" diff --git a/net-mail/lbdb/lbdb-0.39.ebuild b/net-mail/lbdb/lbdb-0.39.ebuild index 798f25baa34..cf6cc7981a1 100644 --- a/net-mail/lbdb/lbdb-0.39.ebuild +++ b/net-mail/lbdb/lbdb-0.39.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ DEPEND="dev-libs/libvformat crypt? ( app-crypt/gnupg ) nis? ( net-nds/yp-tools )" RDEPEND="${DEPEND} - pda? ( dev-perl/p5-Palm ) + pda? ( dev-perl/Palm ) ldap? ( dev-perl/perl-ldap )" src_configure() { |