diff options
-rw-r--r-- | x11-misc/mkxf86config/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog index 050507e74614..3eeb03a81483 100644 --- a/x11-misc/mkxf86config/ChangeLog +++ b/x11-misc/mkxf86config/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-misc/mkxf86config # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.15 2005/02/23 16:03:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.16 2005/03/06 04:35:53 kingtaco Exp $ *mkxf86config-0.9 (23 Feb 2005) @@ -9,6 +9,9 @@ Created a new version of the mkxf86config package. We are no longer using the Knoppix package for this. + 05 Mar 2005; Mike Doty <kingtaco@gentoo.org> mkxf86config-0.8-r3.ebuild: + amd64 keyword removed due to ddcxinfo dep losing its keyword + 12 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/mkxf86config-0.8-gentoo.patch, -files/mkxf86config-gentoo.patch, files/mkxf86config-init: diff --git a/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild b/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild index e1429140c702..c286c06b9f28 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild,v 1.4 2005/01/12 13:52:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r3.ebuild,v 1.5 2005/03/06 04:35:53 kingtaco Exp $ inherit eutils @@ -15,7 +15,7 @@ DESCRIPTION="xf86config setup program" SRC_URI="http://developer.linuxtag.net/knoppix/sources/${MY_P}.tar.gz" HOMEPAGE="http://www.knopper.net" -KEYWORDS="x86 amd64" +KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" |