summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-10-07 10:41:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-10-07 10:41:10 +0000
commit5d9e34a0b51b5429ff4d823c2bbfec2bad0229a4 (patch)
treee292721ae3042e7e94220b284a6f61ae1a639c8a /profiles/arch
parentRevert and undo the bogus changes in profiles instead.. (diff)
downloadhistorical-5d9e34a0b51b5429ff4d823c2bbfec2bad0229a4.tar.gz
historical-5d9e34a0b51b5429ff4d823c2bbfec2bad0229a4.tar.bz2
historical-5d9e34a0b51b5429ff4d823c2bbfec2bad0229a4.zip
Restore USE="systemd" mask to sys-auth/polkit for stabilization.
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/amd64/ChangeLog5
-rw-r--r--profiles/arch/amd64/package.use.mask6
-rw-r--r--profiles/arch/arm/ChangeLog5
-rw-r--r--profiles/arch/arm/package.use.mask6
-rw-r--r--profiles/arch/x86/ChangeLog5
-rw-r--r--profiles/arch/x86/package.use.mask6
6 files changed, 24 insertions, 9 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog
index cb64a40f6e7a..fb111444cc29 100644
--- a/profiles/arch/amd64/ChangeLog
+++ b/profiles/arch/amd64/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.186 2012/09/15 13:06:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.187 2012/10/07 10:38:50 ssuominen Exp $
+
+ 07 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> package.use.mask:
+ Restore USE="systemd" mask to sys-auth/polkit for stabilization.
15 Sep 2012; Johannes Huber <johu@gentoo.org> package.use.mask:
Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 1f273ced4eec..ed9d801c1e27 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.140 2012/09/15 13:06:50 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.141 2012/10/07 10:38:50 ssuominen Exp $
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
@@ -45,7 +45,9 @@ sys-boot/grub -libzfs
# Robert Piasek <dagger@gentoo.org> (26 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
# where sys-apps/systemd is available.
->sys-auth/polkit-0.104-r1 -systemd
+# Samuli Suominen <ssuominen@gentoo.org> (07 Sep 2012)
+# Masked again because this was never allowed before systemd is marked stable.
+#sys-auth/polkit -systemd
# Alexandre Rostovtsev <tetromino@gentoo.org> (13 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
diff --git a/profiles/arch/arm/ChangeLog b/profiles/arch/arm/ChangeLog
index 2762eede6045..062a17d49886 100644
--- a/profiles/arch/arm/ChangeLog
+++ b/profiles/arch/arm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/ARM profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.170 2012/10/01 07:50:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.171 2012/10/07 10:41:10 ssuominen Exp $
+
+ 07 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> package.use.mask:
+ Restore USE="systemd" mask to sys-auth/polkit for stabilization.
01 Oct 2012; Michał Górny <mgorny@gentoo.org> package.use.mask:
Remove systemd[http] mask, libmicrohttpd keyworded now.
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 70de183efd3e..e28130472e2c 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.86 2012/10/01 07:50:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.87 2012/10/07 10:41:10 ssuominen Exp $
# Steev Klimaszewski <steev@gentoo.org> (03 Aug 2012)
# No java on ARM
@@ -25,7 +25,9 @@ sys-devel/llvm udis86
# Robert Piasek <dagger@gentoo.org> (26 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
# where sys-apps/systemd is available.
->sys-auth/polkit-0.104-r1 -systemd
+# Samuli Suominen <ssuominen@gentoo.org> (07 Sep 2012)
+# Masked again because this was never allowed before systemd is marked stable.
+#sys-auth/polkit -systemd
# Alexandre Rostovtsev <tetromino@gentoo.org> (13 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog
index 9b162198c99e..c207dfaa1a9f 100644
--- a/profiles/arch/x86/ChangeLog
+++ b/profiles/arch/x86/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/x86 profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.110 2012/09/15 13:04:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.111 2012/10/07 10:39:57 ssuominen Exp $
+
+ 07 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> package.use.mask:
+ Restore USE="systemd" mask to sys-auth/polkit for stabilization.
15 Sep 2012; Johannes Huber <johu@gentoo.org> package.use.mask:
Masked media-libs/phonon[zeitgeist] for stabilization as the use flag pulls a
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 2fcc7093e1ac..70a1d7775581 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.98 2012/09/15 13:04:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.99 2012/10/07 10:39:57 ssuominen Exp $
# This file requires >=portage-2.1.1
@@ -27,7 +27,9 @@ app-crypt/johntheripper -cuda
# Robert Piasek <dagger@gentoo.org> (26 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
# where sys-apps/systemd is available.
->sys-auth/polkit-0.104-r1 -systemd
+# Samuli Suominen <ssuominen@gentoo.org> (07 Sep 2012)
+# Masked again because this was never allowed before systemd is marked stable.
+#sys-auth/polkit -systemd
# Alexandre Rostovtsev <tetromino@gentoo.org> (13 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches