summaryrefslogtreecommitdiffstats
path: root/trinity-base/knotes
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-21 17:15:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-22 00:51:58 +0200
commitb57bb3f54c467bf35479ddfa158a5f0a9d319f98 (patch)
treece7dd661039728061e9631601385180e6ad09b62 /trinity-base/knotes
parent8bb6e99c7ed6adb1e54252817dc9345f7624e384 (diff)
downloadtde-packaging-gentoo-b57bb3f54c467bf35479ddfa158a5f0a9d319f98.tar.gz
tde-packaging-gentoo-b57bb3f54c467bf35479ddfa158a5f0a9d319f98.zip
*/*: Fix MissingPackageRevision by using ~ instead of =
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/knotes')
-rw-r--r--trinity-base/knotes/knotes-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/trinity-base/knotes/knotes-9999.ebuild b/trinity-base/knotes/knotes-9999.ebuild
index 9f03978c..556a8141 100644
--- a/trinity-base/knotes/knotes-9999.ebuild
+++ b/trinity-base/knotes/knotes-9999.ebuild
@@ -9,8 +9,8 @@ inherit trinity-meta-2
DESCRIPTION="Trinity Notes application"
-COMMON_DEPEND="=trinity-base/libkcal-${PV}
- =trinity-base/libtdepim-${PV}"
+COMMON_DEPEND="~trinity-base/libkcal-${PV}
+ ~trinity-base/libtdepim-${PV}"
DEPEND+=" $COMMON_DEPEND"
RDEPEND+=" $COMMON_DEPEND"