diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/driconf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/driconf/driconf-0.2.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/driconf/ChangeLog b/x11-misc/driconf/ChangeLog index 5d2c43f549e2..38cedf6058b3 100644 --- a/x11-misc/driconf/ChangeLog +++ b/x11-misc/driconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/driconf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.2 2006/01/28 02:30:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.3 2006/01/28 03:38:02 spyderous Exp $ + + 28 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; driconf-0.2.7.ebuild: + Fix ordering of modular X deps. We want to pull in modular by default when + available. 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> driconf-0.2.7.ebuild: diff --git a/x11-misc/driconf/driconf-0.2.7.ebuild b/x11-misc/driconf/driconf-0.2.7.ebuild index 1e386d9b913c..da5792907129 100644 --- a/x11-misc/driconf/driconf-0.2.7.ebuild +++ b/x11-misc/driconf/driconf-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.2.7.ebuild,v 1.3 2006/01/28 02:30:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.2.7.ebuild,v 1.4 2006/01/28 03:38:02 spyderous Exp $ inherit distutils @@ -18,8 +18,8 @@ DEPEND=">=x11-libs/gtk+-2.4 dev-python/pygtk dev-python/pyxml || ( - virtual/x11 x11-apps/xdriinfo + virtual/x11 )" DOCS="CHANGELOG COPYING PKG-INFO README TODO" |