mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
dev-perl/Data-AMF: Fix dependency on dev-perl/YAML
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
committed by
Andreas K. Hüttel
parent
a66b182837
commit
d5aa289c7c
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -20,7 +20,7 @@ RDEPEND="dev-perl/DateTime
|
||||
dev-perl/XML-LibXML"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-perl/yaml )"
|
||||
test? ( dev-perl/YAML )"
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/^inc\/YAML.pm/d' MANIFEST || die
|
||||
|
||||
Reference in New Issue
Block a user