diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-05 14:50:19 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-05 14:50:19 +0000 |
commit | 42a1e6f581169dd3b2130e5153b6cd3a6db2cca9 (patch) | |
tree | 43d6d66968d03a0b5e758ea795901ac2222dc999 /profiles/prefix | |
parent | Fix up ebuild and building on Darwin, drop unnecessary stuff (diff) | |
download | gentoo-2-42a1e6f581169dd3b2130e5153b6cd3a6db2cca9.tar.gz gentoo-2-42a1e6f581169dd3b2130e5153b6cd3a6db2cca9.tar.bz2 gentoo-2-42a1e6f581169dd3b2130e5153b6cd3a6db2cca9.zip |
Drop unmasks of old e2fsprogs/util-linux versions, because only the latest version of e2fsprogs was migrated to gx86, we have to go through the mess now to get it compiling everywhere
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/package.mask | 21 |
2 files changed, 7 insertions, 21 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index f987ab0117ae..5ffe93bf375a 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.231 2010/11/30 19:47:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.232 2010/12/05 14:50:19 grobian Exp $ + + 05 Dec 2010; Fabian Groffen <grobian@gentoo.org> package.mask: + Drop unmasks of old e2fsprogs/util-linux versions, because only the latest + version of e2fsprogs was migrated to gx86, we have to go through the mess + now to get it compiling everywhere 30 Nov 2010; Fabian Groffen <grobian@gentoo.org> package.mask: Drop mask for no longer existant portage version diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 977010f56084..3625de3fe629 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Id: package.mask,v 1.82 2010/11/30 19:47:51 grobian Exp $ +# $Id: package.mask,v 1.83 2010/12/05 14:50:19 grobian Exp $ # When you add an entry to this file, add your name, the date, and an # explanation of why something is getting masked. This file is for # Prefix profiles only! @@ -67,25 +67,6 @@ # python team! =dev-lang/python-2.4* -# Mike Frysinger <vapier@gentoo.org> (07 Mar 2010) -# Very old packages that people should have upgraded away from -# long ago. Courtesy mask ... time to upgrade. -# Added <sys-fs/e2fsprogs as well (halcy0n) -# prefix: unmask, it's the only thing that compiles for us --sys-libs/com_err --sys-libs/ss --<sys-libs/e2fsprogs-libs-1.41.8 --<sys-fs/e2fsprogs-1.41.9 -# Fabian Groffen <grobian@gentoo.org> (26 Jul 2009) -# util-linux doesn't work on non-Linux and doesn't work in Prefix. This -# release of e2fsprogs switches from using internal libuuid and libblkid -# to those provided by util-linux. In Prefix (but probably for FreeBSD -# also) we need to probably create virtuals for these, so we can make an -# e2fsprogs-uuid ebuild or something to provide these libs with on Prefix. ->=sys-libs/e2fsprogs-libs-1.41.8 ->=sys-fs/e2fsprogs-1.41.8 ->=sys-apps/util-linux-2.16 - # Jeremy Olexa <darkside@gentoo.org> (21 Aug 2009) # python-3 will most certainly cause problems if it ever gets unleashed without # a look over from a prefix dev. (not me) ;) |