* [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/
@ 2012-08-03 23:59 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2012-08-03 23:59 UTC (permalink / raw
To: gentoo-commits
commit: 5e12f14b34e9812a4f6b391a7415b04da7976b87
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 23:59:15 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 23:59:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=5e12f14b
profiles: remove premature unmasking of sys-libs/musl
---
profiles/musl/linux/package.mask | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/profiles/musl/linux/package.mask b/profiles/musl/linux/package.mask
index 0589528..6a37d5b 100644
--- a/profiles/musl/linux/package.mask
+++ b/profiles/musl/linux/package.mask
@@ -1,5 +1,7 @@
sys-libs/glibc
sys-libs/uclibc
--sys-libs/musl
+
+# We'll need this when we mask in base/package.mask
+#-sys-libs/musl
#
sys-apps/man-pages
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/
@ 2012-08-04 0:12 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2012-08-04 0:12 UTC (permalink / raw
To: gentoo-commits
commit: c8b4f8f114f47b617018c3f7294d841e4895ca66
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 00:12:21 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 00:12:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=c8b4f8f1
profiles: remove sys-apps/man-pages from packages
---
profiles/musl/linux/package.mask | 2 --
profiles/musl/linux/packages | 1 +
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/profiles/musl/linux/package.mask b/profiles/musl/linux/package.mask
index 6a37d5b..f9a2f0d 100644
--- a/profiles/musl/linux/package.mask
+++ b/profiles/musl/linux/package.mask
@@ -3,5 +3,3 @@ sys-libs/uclibc
# We'll need this when we mask in base/package.mask
#-sys-libs/musl
-#
-sys-apps/man-pages
diff --git a/profiles/musl/linux/packages b/profiles/musl/linux/packages
index 9198187..51cc8c4 100644
--- a/profiles/musl/linux/packages
+++ b/profiles/musl/linux/packages
@@ -1 +1,2 @@
*dev-libs/libiconv
+-*sys-apps/man-pages
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/
@ 2013-06-15 14:26 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2013-06-15 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 94946ca67632bbb5ef49dee6b3cf44eb560d301e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 1 13:36:20 2013 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:26:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=94946ca6
profiles/musl: tweak for a building stage
---
profiles/musl/linux/make.defaults | 2 +-
profiles/musl/linux/package.accept_keywords | 1 -
profiles/musl/linux/package.mask | 5 +----
profiles/musl/linux/packages | 2 +-
4 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/profiles/musl/linux/make.defaults b/profiles/musl/linux/make.defaults
index fc3acb7..2855d6a 100644
--- a/profiles/musl/linux/make.defaults
+++ b/profiles/musl/linux/make.defaults
@@ -3,4 +3,4 @@ CXXFLAGS="${CFLAGS}"
PORTAGE_LIBC="musl"
ELIBC=musl
FEATURES="sandbox sfperms strict"
-USE="ncurses nptl pic readline unicode xattr zlib -pam"
+USE="-cxx -fortran -mudflap -nls -pam"
diff --git a/profiles/musl/linux/package.accept_keywords b/profiles/musl/linux/package.accept_keywords
deleted file mode 100644
index 6ef2ac4..0000000
--- a/profiles/musl/linux/package.accept_keywords
+++ /dev/null
@@ -1 +0,0 @@
-dev-libs/libiconv **
diff --git a/profiles/musl/linux/package.mask b/profiles/musl/linux/package.mask
index f9a2f0d..8a3fd95 100644
--- a/profiles/musl/linux/package.mask
+++ b/profiles/musl/linux/package.mask
@@ -1,5 +1,2 @@
sys-libs/glibc
-sys-libs/uclibc
-
-# We'll need this when we mask in base/package.mask
-#-sys-libs/musl
+-sys-libs/musl
diff --git a/profiles/musl/linux/packages b/profiles/musl/linux/packages
index 51cc8c4..117356a 100644
--- a/profiles/musl/linux/packages
+++ b/profiles/musl/linux/packages
@@ -1,2 +1,2 @@
-*dev-libs/libiconv
+-*dev-libs/libiconv
-*sys-apps/man-pages
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-15 14:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 0:12 [gentoo-commits] proj/hardened-dev:musl commit in: profiles/musl/linux/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2013-06-15 14:26 Anthony G. Basile
2012-08-03 23:59 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox