diff options
| author | Kent Fredric <kentnl@gentoo.org> | 2016-09-30 17:29:25 +1300 |
|---|---|---|
| committer | Kent Fredric <kentnl@gentoo.org> | 2016-10-01 13:07:42 +1300 |
| commit | d6a8f484f805972c86b50c474e4f448dc18605ba (patch) | |
| tree | f3324f903beb717ea9ec0e15be9edd3e235a0c7f /dev-lang/perl/perl-5.20.2.ebuild | |
| parent | cd70f7dc4493d5e37cb28a0f8496f8bb1c9392f8 (diff) | |
| download | gentoo-d6a8f484f805972c86b50c474e4f448dc18605ba.tar.gz gentoo-d6a8f484f805972c86b50c474e4f448dc18605ba.tar.bz2 gentoo-d6a8f484f805972c86b50c474e4f448dc18605ba.zip | |
dev-lang/perl: Add := subslot deps for sys-libs/db
USE=berkdb compiles perl linking against sys-libs/db,
indicating that removing the slot perl compiled against
(which appears to be "latest") will cause Perl to be broken.
This change actually requires -r1 bumps for all dev-lang/perl
to propagate, however, that is a little too complex right now
in the tail of a stabilization.
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-lang/perl/perl-5.20.2.ebuild')
| -rw-r--r-- | dev-lang/perl/perl-5.20.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.20.2.ebuild b/dev-lang/perl/perl-5.20.2.ebuild index f652574f2b5c..0682c5753023 100644 --- a/dev-lang/perl/perl-5.20.2.ebuild +++ b/dev-lang/perl/perl-5.20.2.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$ @@ -31,7 +31,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" - berkdb? ( sys-libs/db:* ) + berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib |
