diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:26 +0200 |
commit | 56fb5eaa0c91abd2e74981fb52ab7ff03f56003c (patch) | |
tree | d2de6f49ce8cde95e5124722b64c21b0698ce6b5 /www-apps/phpsysinfo | |
parent | www-apps/bugzilla: Inherit optfeature.eclass (diff) | |
download | gentoo-56fb5eaa0c91abd2e74981fb52ab7ff03f56003c.tar.gz gentoo-56fb5eaa0c91abd2e74981fb52ab7ff03f56003c.tar.bz2 gentoo-56fb5eaa0c91abd2e74981fb52ab7ff03f56003c.zip |
www-apps/phpsysinfo: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-apps/phpsysinfo')
-rw-r--r-- | www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild index acf34b79ac08..add7f99210ee 100644 --- a/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild +++ b/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils webapp +inherit optfeature webapp DESCRIPTION="A customizable PHP script that displays information about your system nicely" HOMEPAGE="https://rk4an.github.com/phpsysinfo/" |