diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-08-05 09:42:05 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-08-05 09:42:05 +0000 |
commit | 60502462fd65a793f8783a54f4ff23cc35303230 (patch) | |
tree | 1e484e13d5b4c7b96326dfdffa031944ba6783ef /profiles/prefix | |
parent | remove old (diff) | |
download | gentoo-2-60502462fd65a793f8783a54f4ff23cc35303230.tar.gz gentoo-2-60502462fd65a793f8783a54f4ff23cc35303230.tar.bz2 gentoo-2-60502462fd65a793f8783a54f4ff23cc35303230.zip |
Unmask native-cctools without package.unmask, bug #280433, it looks like it did work that way, though
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/aix/package.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/aix/package.unmask | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index e6b2d4fe5a94..1fce9598fbe0 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.47 2009/08/03 17:41:46 grobian Exp $ +# $Id: ChangeLog,v 1.48 2009/08/05 09:42:04 grobian Exp $ + + 05 Aug 2009; Fabian Groffen <grobian@gentoo.org> aix/package.mask, + -aix/package.unmask: + Unmask native-cctools without package.unmask, bug #280433, it looks like + it did work that way, though 03 Aug 2009; Fabian Groffen <grobian@gentoo.org> package.mask: Mask eselect-python-20090801, messing around with Python is better done in diff --git a/profiles/prefix/aix/package.mask b/profiles/prefix/aix/package.mask index d91c58edd4c9..98be3e89ba4f 100644 --- a/profiles/prefix/aix/package.mask +++ b/profiles/prefix/aix/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v 1.3 2009/07/23 15:54:53 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.mask,v 1.4 2009/08/05 09:42:05 grobian Exp $ # Michael Haubenwallner <haubi@gentoo.org> (23 Jul 2008) # gdb-*.50 are linux-only releases and don't (need to) work on aix. @@ -18,3 +18,7 @@ # Fabian Groffen <grobian@gentoo.org> (27 Jul 2008) # Masked because it needs getopt_long which is still in the pipe ~sys-apps/file-4.25 + +# Fabian Groffen <grobian@gentoo.org> (04 Apr 2007) +# This is the only linker for AIX +-sys-devel/native-cctools diff --git a/profiles/prefix/aix/package.unmask b/profiles/prefix/aix/package.unmask deleted file mode 100644 index 3d9795e0521d..000000000000 --- a/profiles/prefix/aix/package.unmask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/package.unmask,v 1.1 2009/06/06 03:54:34 solar Exp $ - -# Fabian Groffen <grobian@gentoo.org> (04 Apr 2007) -# This is the only linker for AIX -sys-devel/native-cctools |