diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-12 11:16:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-12 11:16:14 +0000 |
commit | aa7dd15880d8115957ceb8e114f3bdc3b455e374 (patch) | |
tree | ceb766c6a5c04248b66343e2e56b6dec711d14ee /x11-libs/libdrm | |
parent | Stable on amd64 wrt bug #327777 (diff) | |
download | historical-aa7dd15880d8115957ceb8e114f3bdc3b455e374.tar.gz historical-aa7dd15880d8115957ceb8e114f3bdc3b455e374.tar.bz2 historical-aa7dd15880d8115957ceb8e114f3bdc3b455e374.zip |
Stable on amd64 wrt bug #327777
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libdrm')
-rw-r--r-- | x11-libs/libdrm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libdrm/ChangeLog b/x11-libs/libdrm/ChangeLog index 88a7f6f876f9..54f247e73240 100644 --- a/x11-libs/libdrm/ChangeLog +++ b/x11-libs/libdrm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libdrm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.117 2010/06/16 12:21:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.118 2010/07/12 11:13:33 hwoarang Exp $ + + 12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> libdrm-2.4.20.ebuild: + Stable on amd64 wrt bug #327777 *libdrm-2.4.21 (16 Jun 2010) diff --git a/x11-libs/libdrm/libdrm-2.4.20.ebuild b/x11-libs/libdrm/libdrm-2.4.20.ebuild index 9d58cb44423b..8fdd609a9cee 100644 --- a/x11-libs/libdrm/libdrm-2.4.20.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.20.ebuild,v 1.3 2010/04/24 16:47:30 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.20.ebuild,v 1.4 2010/07/12 11:13:33 hwoarang Exp $ inherit x-modular @@ -14,7 +14,7 @@ else SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2" fi -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="kernel_linux" RESTRICT="test" # see bug #236845 |