diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 17:15:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 00:51:58 +0200 |
commit | b57bb3f54c467bf35479ddfa158a5f0a9d319f98 (patch) | |
tree | ce7dd661039728061e9631601385180e6ad09b62 /trinity-base/tdetoys-meta | |
parent | 8bb6e99c7ed6adb1e54252817dc9345f7624e384 (diff) | |
download | tde-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/tdetoys-meta')
-rw-r--r-- | trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild b/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild index e25352ba..412bfb79 100644 --- a/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild +++ b/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 @@ -15,13 +15,13 @@ LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" RDEPEND=" - >=trinity-base/amor-${PV} - >=trinity-base/eyesapplet-${PV} - >=trinity-base/fifteenapplet-${PV} - >=trinity-base/tdetoys-doc-${PV} - >=trinity-base/kmoon-${PV} - >=trinity-base/kodo-${PV} - >=trinity-base/kteatime-${PV} - >=trinity-base/ktux-${PV} - >=trinity-base/kweather-${PV} - >=trinity-base/kworldclock-${PV}" + ~trinity-base/amor-${PV} + ~trinity-base/eyesapplet-${PV} + ~trinity-base/fifteenapplet-${PV} + ~trinity-base/tdetoys-doc-${PV} + ~trinity-base/kmoon-${PV} + ~trinity-base/kodo-${PV} + ~trinity-base/kteatime-${PV} + ~trinity-base/ktux-${PV} + ~trinity-base/kweather-${PV} + ~trinity-base/kworldclock-${PV}" |