From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/
Date: Sat, 9 Jul 2016 13:40:32 +0000 (UTC) [thread overview]
Message-ID: <1468071605.54d1334a413ad3e3cdca2842d0e01bc9b791494f.pacho@gentoo> (raw)
commit: 54d1334a413ad3e3cdca2842d0e01bc9b791494f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 12:29:58 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 13:40:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d1334a
gnome-extra/cinnamon-control-center: Use systemd USE flag to ensure the right deps are pulled in each different scenario
Package-Manager: portage-2.3.0
.../cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
index 034a746..d1734ba 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.
LICENSE="GPL-2+"
SLOT="0"
-IUSE="+colord +cups debug input_devices_wacom"
+IUSE="+colord +cups debug input_devices_wacom systemd"
KEYWORDS="~amd64 ~x86"
# False positives caused by nested configure scripts
@@ -49,7 +49,8 @@ COMMON_DEPEND="
# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
# libgnomekbd needed only for gkbd-keyboard-display tool
RDEPEND="${COMMON_DEPEND}
- || ( >=sys-apps/systemd-31 ( app-admin/openrc-settingsd sys-auth/consolekit ) )
+ systemd? ( >=sys-apps/systemd-31 )
+ !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit )
x11-themes/adwaita-icon-theme
colord? ( >=gnome-extra/gnome-color-manager-3 )
cups? (
next reply other threads:[~2016-07-09 13:40 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-09 13:40 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 14:22 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/ Joonas Niilola
2024-09-25 13:58 Joonas Niilola
2024-08-23 5:23 Eli Schwartz
2024-08-23 5:23 Eli Schwartz
2024-08-05 3:36 Eli Schwartz
2024-08-05 3:36 Eli Schwartz
2024-05-31 5:30 Joonas Niilola
2024-05-29 14:43 Jakov Smolić
2024-02-15 13:29 Joonas Niilola
2023-10-13 7:43 Joonas Niilola
2023-10-04 8:24 Joonas Niilola
2023-09-26 15:59 WANG Xuerui
2023-07-16 18:34 Sam James
2023-06-05 9:58 Joonas Niilola
2023-06-05 9:58 Joonas Niilola
2023-05-07 22:14 Sam James
2023-05-01 1:43 Sam James
2023-05-01 0:02 Sam James
2023-01-15 8:03 Joonas Niilola
2023-01-15 7:38 Joonas Niilola
2022-12-24 7:11 Sam James
2022-11-22 6:20 Sam James
2022-11-22 6:20 Sam James
2022-11-21 17:46 Arthur Zamarin
2022-10-12 23:09 Sam James
2022-10-12 23:09 Sam James
2022-06-20 2:53 Sam James
2022-05-11 2:11 Sam James
2022-05-05 3:01 Sam James
2022-05-05 3:01 Sam James
2022-05-03 3:34 Sam James
2022-05-03 3:34 Sam James
2022-01-21 17:15 Sam James
2021-12-24 20:00 Jakov Smolić
2021-12-24 19:25 Jakov Smolić
2021-11-23 1:25 Yixun Lan
2021-07-15 11:32 Joonas Niilola
2021-06-12 3:55 Sam James
2021-06-08 7:34 Sam James
2021-06-01 16:28 Joonas Niilola
2021-06-01 16:28 Joonas Niilola
2021-04-12 1:09 Sam James
2021-01-06 1:05 Sam James
2020-12-29 17:14 Sam James
2020-12-27 5:06 Sam James
2020-12-16 22:30 Sam James
2020-09-15 14:20 Joonas Niilola
2020-09-09 2:15 Sam James
2020-05-31 19:05 Matt Turner
2020-05-29 0:11 Matt Turner
2020-04-20 20:52 Mart Raudsepp
2019-06-07 20:12 Mikle Kolyada
2019-06-04 20:58 Thomas Deutschmann
2018-11-28 19:56 Kristian Fiskerstrand
2018-07-31 8:38 Kristian Fiskerstrand
2018-04-12 19:07 Thomas Deutschmann
2018-04-06 14:00 Aaron Bauman
2018-02-14 19:09 Pacho Ramos
2017-11-26 15:43 Kristian Fiskerstrand
2017-02-21 20:37 Kristian Fiskerstrand
2017-02-11 17:38 Kristian Fiskerstrand
2016-11-22 20:42 Kristian Fiskerstrand
2016-10-01 0:54 Pacho Ramos
2016-09-17 13:29 Kristian Fiskerstrand
2016-07-09 13:40 Pacho Ramos
2016-07-09 11:20 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2015-11-17 20:23 Pacho Ramos
2015-11-17 20:23 Pacho Ramos
2015-09-20 9:30 Agostino Sarubbo
2015-09-19 18:43 Agostino Sarubbo
2015-09-01 14:01 Alexandre Rostovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1468071605.54d1334a413ad3e3cdca2842d0e01bc9b791494f.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox