summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2007-09-03 17:52:56 +0000
committerJoshua Kinard <kumba@gentoo.org>2007-09-03 17:52:56 +0000
commit4521860575fa24ac13f585770763429960c33661 (patch)
tree8d406d2afe03b09fc0b3ad5f4c2991a8185eea9f /profiles
parentRemove obsolete revision. Remove useless debug useflag (#191118). (diff)
downloadgentoo-2-4521860575fa24ac13f585770763429960c33661.tar.gz
gentoo-2-4521860575fa24ac13f585770763429960c33661.tar.bz2
gentoo-2-4521860575fa24ac13f585770763429960c33661.zip
Mask dbus on 2006.1 profiles to fix some dependencies.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/mips/2006.1/use.mask4
-rw-r--r--profiles/default-linux/mips/ChangeLog5
2 files changed, 8 insertions, 1 deletions
diff --git a/profiles/default-linux/mips/2006.1/use.mask b/profiles/default-linux/mips/2006.1/use.mask
new file mode 100644
index 000000000000..8f2e43a4fd7d
--- /dev/null
+++ b/profiles/default-linux/mips/2006.1/use.mask
@@ -0,0 +1,4 @@
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/use.mask,v 1.1 2007/09/03 17:52:56 kumba Exp $
+
+# Mask dbus on 2006.1, as it breaks dependencies on a few things, like gimp
+dbus
diff --git a/profiles/default-linux/mips/ChangeLog b/profiles/default-linux/mips/ChangeLog
index cf5aa886be56..f7ee3902f8d6 100644
--- a/profiles/default-linux/mips/ChangeLog
+++ b/profiles/default-linux/mips/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for MIPS profile directory
# Copyright 2007-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/ChangeLog,v 1.6 2007/08/25 07:56:52 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/ChangeLog,v 1.7 2007/09/03 17:52:56 kumba Exp $
+
+ 03 Sep 2007; Joshua Kinard <kumba@gentoo.org> +2006.1/use.mask:
+ Masked dbus USE on 2006.1 only to fix some dependencies.
25 Aug 2007; Stuart Longland <redhatter@gentoo.org> use.mask:
Added 'avahi' back to USE.mask ... repoman was complaining about broken deps.