diff options
author | 2020-05-05 13:13:08 +0000 | |
---|---|---|
committer | 2020-05-05 15:30:10 +0200 | |
commit | fad3398f2af43b94a28e677a7d318526e194bffb (patch) | |
tree | 28b7f6f564b81e18f5927f78c6c10c77b541f53c /net-irc/anope/anope-2.0.6.ebuild | |
parent | net-misc/dropbox: bump to 97.3.451, drop old (diff) | |
download | gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.tar.gz gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.tar.bz2 gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.zip |
net-irc/anope: Fix patch filenames
Adhere to the standards for patch file naming.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15654
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-irc/anope/anope-2.0.6.ebuild')
-rw-r--r-- | net-irc/anope/anope-2.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild index 8bb47e7d54bc..1d78f2271b9f 100644 --- a/net-irc/anope/anope-2.0.6.ebuild +++ b/net-irc/anope/anope-2.0.6.ebuild @@ -38,7 +38,7 @@ DEPEND="${BDEPEND} tre? ( dev-libs/tre )" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/pid-patch.patch" ) +PATCHES=( "${FILESDIR}/anope-2.0.6-example.conf-pid-path.patch" ) S="${WORKDIR}/${P}-source" |