diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:15:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:46 +0100 |
commit | ed60c9ec4820a4204ba3febc3725e8fee162bbab (patch) | |
tree | 6cd2cc9f4149c72ed3ba13c1454570766095b008 /www-apps/mythweb/mythweb-0.28.1.ebuild | |
parent | www-apps/mirmon: eutils-- (diff) | |
download | gentoo-ed60c9ec4820a4204ba3febc3725e8fee162bbab.tar.gz gentoo-ed60c9ec4820a4204ba3febc3725e8fee162bbab.tar.bz2 gentoo-ed60c9ec4820a4204ba3febc3725e8fee162bbab.zip |
www-apps/mythweb: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/mythweb/mythweb-0.28.1.ebuild')
-rw-r--r-- | www-apps/mythweb/mythweb-0.28.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/mythweb/mythweb-0.28.1.ebuild b/www-apps/mythweb/mythweb-0.28.1.ebuild index 5243d2658ba7..8babc2581de8 100644 --- a/www-apps/mythweb/mythweb-0.28.1.ebuild +++ b/www-apps/mythweb/mythweb-0.28.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils webapp +inherit webapp # Release version MY_PV="${PV%_p*}" |