summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-02 03:27:07 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-02 03:28:42 +1300
commit75cacb0b2b9479d1b58c342510328daed5cd628c (patch)
treebe8f45b56a0377a0f397b66c0b4dc52540bbf57b /dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild
parentx11-libs/pango: remove old (diff)
downloadgentoo-75cacb0b2b9479d1b58c342510328daed5cd628c.tar.gz
gentoo-75cacb0b2b9479d1b58c342510328daed5cd628c.tar.bz2
gentoo-75cacb0b2b9479d1b58c342510328daed5cd628c.zip
dev-perl/Mail-DKIM: Fix old path in examples bug #636140
Reported-by: Juergen Rose Closes: https://bugs.gentoo.org/636140 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild')
-rw-r--r--dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild
index dc8d71e5af77..9232e54c5353 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DIST_AUTHOR=MBRADSHAW
DIST_VERSION=0.44
-DIST_EXAMPLES=("examples/*" "scripts/*")
+DIST_EXAMPLES=("scripts/*")
inherit perl-module
DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"