diff options
Diffstat (limited to 'trinity-base/kregexpeditor/kregexpeditor-14.0.13.ebuild')
-rw-r--r-- | trinity-base/kregexpeditor/kregexpeditor-14.0.13.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/trinity-base/kregexpeditor/kregexpeditor-14.0.13.ebuild b/trinity-base/kregexpeditor/kregexpeditor-14.0.13.ebuild new file mode 100644 index 00000000..781c28ef --- /dev/null +++ b/trinity-base/kregexpeditor/kregexpeditor-14.0.13.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdeutils" +TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" +inherit trinity-meta-2 + +DESCRIPTION="Trinity: Editor for Regular Expressions" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi |