* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2022-01-15 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: efffb33bf929cec78136a350a5945f92a17157ce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:43:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:49:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efffb33b
kde-plasma/kdecoration: Add new DEPEND
Upstream commit 195bcf36df1503c403367fd4ab354cacaeb432ed
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kdecoration/kdecoration-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 1634b8166b..55e7a417c4 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -19,6 +19,7 @@ IUSE=""
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2023-12-16 12:34 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 7a53ccf6326f30c37e9fda52032a74878cc5158f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:26:20 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:26:20 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a53ccf6
kde-plasma/kdecoration: Drop unused dependency
Upstream commit b9c6a58632d9855ec14232272a679dff87fa0c1b
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kdecoration/kdecoration-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 50392c0212..45932ee09e 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -5,7 +5,6 @@ EAPI=8
ECM_TEST="forceoptional"
KFMIN=5.245.0
-PVCUT=$(ver_cut 1-3)
QTMIN=6.6.0
inherit ecm plasma.kde.org
@@ -18,7 +17,6 @@ IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2018-07-07 9:01 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-07-07 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 8f37c986729f0b09114aacd48a47c8266d2bfb14
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 7 09:00:58 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 09:00:58 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f37c986
kde-plasma/kdecoration: Add missing DEPEND
Thanks-to: bitlord (via #gentoo-kde)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
kde-plasma/kdecoration/kdecoration-5.13.49.9999.ebuild | 5 ++++-
kde-plasma/kdecoration/kdecoration-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-5.13.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.49.9999.ebuild
index 4d71d34d15..42e0552120 100644
--- a/kde-plasma/kdecoration/kdecoration-5.13.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.13.49.9999.ebuild
@@ -12,5 +12,8 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
-DEPEND="$(add_qt_dep qtgui)"
+DEPEND="
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtgui)
+"
RDEPEND="${DEPEND}"
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 4d71d34d15..42e0552120 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -12,5 +12,8 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
-DEPEND="$(add_qt_dep qtgui)"
+DEPEND="
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtgui)
+"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2016-06-19 13:19 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-06-19 13:19 UTC (permalink / raw
To: gentoo-commits
commit: cbcd5adfbb119bc0ce1a936150821d1cb6468afc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 12:53:23 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 13:18:57 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbcd5adf
kde-plasma/kdecoration: add explicit KDE_GCC_MINIMAL
Package-Manager: portage-2.3.0_rc1
kde-plasma/kdecoration/kdecoration-5.6.95.ebuild | 1 +
kde-plasma/kdecoration/kdecoration-5.7.49.9999.ebuild | 1 +
kde-plasma/kdecoration/kdecoration-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/kdecoration/kdecoration-5.6.95.ebuild b/kde-plasma/kdecoration/kdecoration-5.6.95.ebuild
index e0a82a0..1092e8c 100644
--- a/kde-plasma/kdecoration/kdecoration-5.6.95.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.6.95.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.8"
KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
diff --git a/kde-plasma/kdecoration/kdecoration-5.7.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.7.49.9999.ebuild
index 1b60871..8c2767e 100644
--- a/kde-plasma/kdecoration/kdecoration-5.7.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.7.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.8"
KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 1b60871..8c2767e 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.8"
KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2016-02-01 12:59 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-02-01 12:59 UTC (permalink / raw
To: gentoo-commits
commit: a3e0224e04f84e05fec3544b4b6c7eff4a236efe
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 31 22:21:46 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 22:21:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3e0224e
kde-plasma/kdecoration: Convert to add_qt_dep
Package-Manager: portage-2.2.27
kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild | 2 +-
kde-plasma/kdecoration/kdecoration-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
index 576fc73..1b60871 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
@@ -13,5 +13,5 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
-DEPEND="dev-qt/qtgui:5"
+DEPEND="$(add_qt_dep qtgui)"
RDEPEND="${DEPEND}"
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 576fc73..1b60871 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -13,5 +13,5 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
-DEPEND="dev-qt/qtgui:5"
+DEPEND="$(add_qt_dep qtgui)"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2015-12-09 16:09 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-12-09 16:09 UTC (permalink / raw
To: gentoo-commits
commit: a4f8767153cbe9e0d0eccfcc0338a1767a23e655
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 16:06:27 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 16:06:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4f87671
kde-plasma/kdecoration: update LICENSE
Package-Manager: portage-2.2.26
kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild | 1 +
kde-plasma/kdecoration/kdecoration-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
index 43af9e6..677a8e6 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
@@ -9,6 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 43af9e6..677a8e6 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -9,6 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2015-12-08 16:10 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-12-08 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 6e3e25c07269b82c11d8ac1422225ac53fa526ec
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 16:08:22 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 16:08:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e3e25c0
kde-plasma/kdecoration: enable tests
Package-Manager: portage-2.2.26
kde-plasma/kdecoration/kdecoration-5.5.0.ebuild | 3 ++-
kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild | 3 ++-
kde-plasma/kdecoration/kdecoration-9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
index 683db53..774e372 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.0.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
diff --git a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
index 7fbfc14..43af9e6 100644
--- a/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.5.49.9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 7fbfc14..43af9e6 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2015-04-16 17:13 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-04-16 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 43c5bcb9922d779f7add076309334560d8831938
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 17:13:04 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 17:13:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=43c5bcb9
[kde-plasma/kdecoration] Punt bogus deps.
Package-Manager: portage-2.2.18
kde-plasma/kdecoration/kdecoration-5.2.95.ebuild | 1 +
kde-plasma/kdecoration/kdecoration-5.3.49.9999.ebuild | 1 +
kde-plasma/kdecoration/kdecoration-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-plasma/kdecoration/kdecoration-5.2.95.ebuild b/kde-plasma/kdecoration/kdecoration-5.2.95.ebuild
index 5e5cc58..7a043ae 100644
--- a/kde-plasma/kdecoration/kdecoration-5.2.95.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.2.95.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+KDE_PUNT_BOGUS_DEPS="true"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
diff --git a/kde-plasma/kdecoration/kdecoration-5.3.49.9999.ebuild b/kde-plasma/kdecoration/kdecoration-5.3.49.9999.ebuild
index 4e82521..700f434 100644
--- a/kde-plasma/kdecoration/kdecoration-5.3.49.9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-5.3.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+KDE_PUNT_BOGUS_DEPS="true"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 4e82521..700f434 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+KDE_PUNT_BOGUS_DEPS="true"
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2014-12-22 16:12 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2014-12-22 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 2d412b15d1569002f17dfd6842995455b7e55230
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 16:10:28 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 16:10:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2d412b15
[kde-plasma/kdecoration] Remove default homepage.
Package-Manager: portage-2.2.15
---
kde-plasma/kdecoration/kdecoration-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 3815e66..0c2a656 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -7,7 +7,6 @@ EAPI=5
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
-HOMEPAGE="http://www.kde.org/"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2014-12-22 16:12 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2014-12-22 16:12 UTC (permalink / raw
To: gentoo-commits
commit: ac43c8b1603abb3716edfb97ae2ba1a4328d1991
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 16:10:10 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 16:10:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ac43c8b1
[kde-plasma/kdecoration] Package does not have a handbook.
Package-Manager: portage-2.2.15
---
kde-plasma/kdecoration/kdecoration-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 788fd5f..3815e66 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -4,7 +4,6 @@
EAPI=5
-KDE_HANDBOOK=true
inherit kde5
DESCRIPTION="Plugin based library to create window decorations"
@@ -16,4 +15,4 @@ DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qttest:5
-"
\ No newline at end of file
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/
@ 2014-12-22 16:12 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2014-12-22 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 3aef34f9fc9b672fcaf8722e3af43312190a7ee1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 16:12:21 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 16:12:21 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3aef34f9
[kde-plasma/kdecoration] Fix deps.
Package-Manager: portage-2.2.15
---
kde-plasma/kdecoration/kdecoration-9999.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/kde-plasma/kdecoration/kdecoration-9999.ebuild b/kde-plasma/kdecoration/kdecoration-9999.ebuild
index 0c2a656..b8333c5 100644
--- a/kde-plasma/kdecoration/kdecoration-9999.ebuild
+++ b/kde-plasma/kdecoration/kdecoration-9999.ebuild
@@ -10,8 +10,5 @@ DESCRIPTION="Plugin based library to create window decorations"
KEYWORDS=""
IUSE=""
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qttest:5
-"
+DEPEND="dev-qt/qtgui:5"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-12-16 12:34 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-15 15:06 [gentoo-commits] proj/kde:master commit in: kde-plasma/kdecoration/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 12:34 Andreas Sturmlechner
2018-07-07 9:01 Andreas Sturmlechner
2016-06-19 13:19 Michael Palimaka
2016-02-01 12:59 Michael Palimaka
2015-12-09 16:09 Michael Palimaka
2015-12-08 16:10 Michael Palimaka
2015-04-16 17:13 Michael Palimaka
2014-12-22 16:12 Michael Palimaka
2014-12-22 16:12 Michael Palimaka
2014-12-22 16:12 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox