diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:05:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:10 +0100 |
commit | debb4e56796a7f35ed46fd4a578e278fe474bf32 (patch) | |
tree | a3a1e958a94f32344967d45c77b9c09517d89e2a | |
parent | www-apache/mod_rpaf: eutils->epatch (diff) | |
download | gentoo-debb4e56796a7f35ed46fd4a578e278fe474bf32.tar.gz gentoo-debb4e56796a7f35ed46fd4a578e278fe474bf32.tar.bz2 gentoo-debb4e56796a7f35ed46fd4a578e278fe474bf32.zip |
www-apps/cvsweb: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild b/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild index 09482ea3a6c7..5f9861b07555 100644 --- a/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild +++ b/www-apps/cvsweb/cvsweb-3.0.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils webapp +inherit epatch webapp DESCRIPTION="WWW interface to a CVS tree" HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html" |