diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-01-03 02:11:34 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-01-03 02:11:34 +0000 |
commit | 3200efe899015db8a5b10182173b9c151f4ce892 (patch) | |
tree | 5771c7ae58eb500c9d7598696a49ffbd22c829e0 /x11-base/x11-drm | |
parent | Added to x86. Use toolchain-funcs rather than gcc eclass. (Manifest recommit) (diff) | |
download | gentoo-2-3200efe899015db8a5b10182173b9c151f4ce892.tar.gz gentoo-2-3200efe899015db8a5b10182173b9c151f4ce892.tar.bz2 gentoo-2-3200efe899015db8a5b10182173b9c151f4ce892.zip |
Unppcable until ioremap fix.
Diffstat (limited to 'x11-base/x11-drm')
-rw-r--r-- | x11-base/x11-drm/x11-drm-20040827-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20040827.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-base/x11-drm/x11-drm-20040827-r1.ebuild b/x11-base/x11-drm/x11-drm-20040827-r1.ebuild index ca3ef4160a24..e0238ab4f9b7 100644 --- a/x11-base/x11-drm/x11-drm-20040827-r1.ebuild +++ b/x11-base/x11-drm/x11-drm-20040827-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827-r1.ebuild,v 1.2 2004/12/23 20:42:10 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827-r1.ebuild,v 1.3 2005/01/03 02:11:34 battousai Exp $ inherit eutils x11 linux-mod @@ -24,6 +24,9 @@ SRC_URI="mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2 SLOT="${KV}" LICENSE="X11" + +# No more ppc until the ioremap thing gets sorted out +#KEYWORDS="~x86 ~alpha ~ia64 ~ppc ~amd64" KEYWORDS="~x86 ~alpha ~ia64 ~ppc ~amd64" DEPEND="virtual/x11 diff --git a/x11-base/x11-drm/x11-drm-20040827.ebuild b/x11-base/x11-drm/x11-drm-20040827.ebuild index acf742fddbf1..11dccec09428 100644 --- a/x11-base/x11-drm/x11-drm-20040827.ebuild +++ b/x11-base/x11-drm/x11-drm-20040827.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.9 2004/12/23 20:42:10 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.10 2005/01/03 02:11:34 battousai Exp $ inherit eutils x11 linux-mod @@ -24,7 +24,10 @@ SRC_URI="mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2 SLOT="${KV}" LICENSE="X11" -KEYWORDS="~x86 ~alpha ~ia64 ~ppc ~amd64" + +# No more ppc until the ioremap thing gets sorted out +#KEYWORDS="~x86 ~alpha ~ia64 ~ppc ~amd64" +KEYWORDS="~x86 ~alpha ~ia64 ~amd64" DEPEND="virtual/x11 virtual/linux-sources |