diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:39:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:29 +0100 |
commit | 6c7a6e754609af590060eb6d54496838ccd9e48f (patch) | |
tree | 46b244bfbde55dd9851889cb65e016df2132fc74 /app-misc/sphinx | |
parent | app-misc/rundeck-bin: eutils->epatch (diff) | |
download | gentoo-6c7a6e754609af590060eb6d54496838ccd9e48f.tar.gz gentoo-6c7a6e754609af590060eb6d54496838ccd9e48f.tar.bz2 gentoo-6c7a6e754609af590060eb6d54496838ccd9e48f.zip |
app-misc/sphinx: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/sphinx-2.2.11-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.2.11-r2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.2.11.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild b/app-misc/sphinx/sphinx-2.2.11-r1.ebuild index c19dc6ab4eee..ae063ea14f8f 100644 --- a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release diff --git a/app-misc/sphinx/sphinx-2.2.11-r2.ebuild b/app-misc/sphinx/sphinx-2.2.11-r2.ebuild index 70c69baef6f5..4275fa3b36bc 100644 --- a/app-misc/sphinx/sphinx-2.2.11-r2.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release diff --git a/app-misc/sphinx/sphinx-2.2.11.ebuild b/app-misc/sphinx/sphinx-2.2.11.ebuild index 59e47ea3505b..7b6c533c457e 100644 --- a/app-misc/sphinx/sphinx-2.2.11.ebuild +++ b/app-misc/sphinx/sphinx-2.2.11.ebuild @@ -5,7 +5,7 @@ EAPI=5 WANT_AUTOMAKE=1.15 -inherit eutils autotools toolchain-funcs +inherit epatch autotools toolchain-funcs #MY_P=${P/_/-} MY_P=${P}-release |