diff options
Diffstat (limited to 'trinity-base/tdepasswd/tdepasswd-14.0.6.ebuild')
-rw-r--r-- | trinity-base/tdepasswd/tdepasswd-14.0.6.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trinity-base/tdepasswd/tdepasswd-14.0.6.ebuild b/trinity-base/tdepasswd/tdepasswd-14.0.6.ebuild new file mode 100644 index 00000000..fd866b32 --- /dev/null +++ b/trinity-base/tdepasswd/tdepasswd-14.0.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_NAME="tdebase" + +inherit trinity-meta-2 + +DESCRIPTION="Trinity GUI for passwd" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=trinity-base/libkonq-${PV}" +RDEPEND="${DEPEND}" |