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/konsole | |
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/konsole')
-rw-r--r-- | trinity-base/konsole/konsole-14.0.6.ebuild | 2 | ||||
-rw-r--r-- | trinity-base/konsole/konsole-14.0.7.ebuild | 2 | ||||
-rw-r--r-- | trinity-base/konsole/konsole-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/trinity-base/konsole/konsole-14.0.6.ebuild b/trinity-base/konsole/konsole-14.0.6.ebuild index 1eb7ce0e..0ee6196f 100644 --- a/trinity-base/konsole/konsole-14.0.6.ebuild +++ b/trinity-base/konsole/konsole-14.0.6.ebuild @@ -18,7 +18,7 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND} sudo? ( app-admin/sudo ) x11-apps/bdftopcf - =trinity-base/kcontrol-${PV}" + ~trinity-base/kcontrol-${PV}" src_configure() { mycmakeargs=( diff --git a/trinity-base/konsole/konsole-14.0.7.ebuild b/trinity-base/konsole/konsole-14.0.7.ebuild index 1eb7ce0e..0ee6196f 100644 --- a/trinity-base/konsole/konsole-14.0.7.ebuild +++ b/trinity-base/konsole/konsole-14.0.7.ebuild @@ -18,7 +18,7 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND} sudo? ( app-admin/sudo ) x11-apps/bdftopcf - =trinity-base/kcontrol-${PV}" + ~trinity-base/kcontrol-${PV}" src_configure() { mycmakeargs=( diff --git a/trinity-base/konsole/konsole-9999.ebuild b/trinity-base/konsole/konsole-9999.ebuild index eff61bc5..abe8312b 100644 --- a/trinity-base/konsole/konsole-9999.ebuild +++ b/trinity-base/konsole/konsole-9999.ebuild @@ -17,7 +17,7 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND} sudo? ( app-admin/sudo ) x11-apps/bdftopcf - =trinity-base/kcontrol-${PV}" + ~trinity-base/kcontrol-${PV}" src_configure() { mycmakeargs=( |