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/konsole-14.0.6.ebuild | |
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/konsole-14.0.6.ebuild')
-rw-r--r-- | trinity-base/konsole/konsole-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 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=( |