diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-04-04 10:41:41 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-04-04 10:44:57 +0200 |
commit | aa986396d0387aa77b10e0fc3816792ca343b4ad (patch) | |
tree | e0a17a3a2a00873eda6ae101adbd90014d92d8b6 /dev-perl | |
parent | app-text/texlive-core: add 2023-r6 (diff) | |
download | gentoo-aa986396d0387aa77b10e0fc3816792ca343b4ad.tar.gz gentoo-aa986396d0387aa77b10e0fc3816792ca343b4ad.tar.bz2 gentoo-aa986396d0387aa77b10e0fc3816792ca343b4ad.zip |
dev-perl/Mail-SPF: add comments with related bugs
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild index 737b5c141162..1250640f171c 100644 --- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild +++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r4.ebuild @@ -31,8 +31,8 @@ BDEPEND="${RDEPEND} src_prepare() { perl-module_src_prepare sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed" - mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed" - mv "${S}"/sbin/spfd{,.pl} || die "renaming spfd failed" + mv "${S}"/bin/spfquery{,.pl} || die "renaming spfquery failed" # bug 281189 + mv "${S}"/sbin/spfd{,.pl} || die "renaming spfd failed" # bugs 886179 and 928140 } pkg_postinst() { |