public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/
@ 2016-05-23 12:39 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2016-05-23 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e2231c0a46cc00b73aeb48665872bb716df48e68
Author:     Michael Haubenwallner <michael.haubenwallner <AT> ssi-schaefer <DOT> com>
AuthorDate: Thu May 19 16:19:20 2016 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon May 23 12:38:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2231c0a

profiles/prefix/cygwin: p.mask sys-apps/util-linux

 profiles/prefix/windows/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/prefix/windows/package.mask b/profiles/prefix/windows/package.mask
new file mode 100644
index 0000000..fb9cc66
--- /dev/null
+++ b/profiles/prefix/windows/package.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michael Haubenwallner <haubi@gentoo.org> (19 May 2016)
+# No point for util-linux on Windows
+sys-apps/util-linux


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/
@ 2017-09-06 14:18 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2017-09-06 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     798a0433ad807b6127066cac3f6e33d6551ef0d4
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 14:18:12 2017 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 14:18:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798a0433

profiles/prefix/windows: use.mask inotify

 profiles/prefix/windows/use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/prefix/windows/use.mask b/profiles/prefix/windows/use.mask
index 3c4d7d24fc9..2d725b48a33 100644
--- a/profiles/prefix/windows/use.mask
+++ b/profiles/prefix/windows/use.mask
@@ -3,3 +3,6 @@
 
 # Re-add Windows kernel
 -kernel_Winnt
+
+# linux-exclusive feature
+inotify


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/
@ 2019-07-31 11:34 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2019-07-31 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f8a9083ee799487181327c3d51f44bbdea1e2bfd
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 11:19:47 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 11:34:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a9083e

profiles/prefix/windows: p.use.mask tinfo for ncurses

On KERNEL=Winnt, ncurses requires the term-driver option (#639670),
which conflicts with the termlib option (use.forced by #487844).
Bug: https://bugs.gentoo.org/639670
Bug: https://bugs.gentoo.org/487844

Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 profiles/prefix/windows/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/prefix/windows/package.use.mask b/profiles/prefix/windows/package.use.mask
new file mode 100644
index 00000000000..44f096f7a3b
--- /dev/null
+++ b/profiles/prefix/windows/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Michael Haubenwallner <haubi@gentoo.org> (2019-07-31)
+# KERNEL=Winnt needs term-driver, which conflicts with termlib
+sys-libs/ncurses tinfo


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/
@ 2019-07-31 11:37 Michael Haubenwallner
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Haubenwallner @ 2019-07-31 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5d3a58b645979b555110c4ad417b1be76963c3e3
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 11:35:40 2019 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 11:36:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3a58b6

profiles/prefix/windows/p.use.mask: fix copyright year

Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 profiles/prefix/windows/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/prefix/windows/package.use.mask b/profiles/prefix/windows/package.use.mask
index 44f096f7a3b..8aa55bffc31 100644
--- a/profiles/prefix/windows/package.use.mask
+++ b/profiles/prefix/windows/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Michael Haubenwallner <haubi@gentoo.org> (2019-07-31)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-31 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-31 11:37 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/ Michael Haubenwallner
  -- strict thread matches above, loose matches on Subject: below --
2019-07-31 11:34 Michael Haubenwallner
2017-09-06 14:18 Michael Haubenwallner
2016-05-23 12:39 Michael Haubenwallner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox