diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-13 18:12:25 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-13 18:12:25 +0000 |
commit | 58d801dec557d2e87351ed758116f3dce8978224 (patch) | |
tree | 26e78615d3ed555b698156b12290fb4edc6c4d97 /x11-proto/glproto | |
parent | Use KV_DIR instead of /lib/modules/KV_FULL/build (bug #374835) (diff) | |
download | gentoo-2-58d801dec557d2e87351ed758116f3dce8978224.tar.gz gentoo-2-58d801dec557d2e87351ed758116f3dce8978224.tar.bz2 gentoo-2-58d801dec557d2e87351ed758116f3dce8978224.zip |
Add --ignore-missing to eselect opengl call, bug #374853.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/glproto')
-rw-r--r-- | x11-proto/glproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/glproto/glproto-1.4.14-r1.ebuild (renamed from x11-proto/glproto/glproto-1.4.14.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog index 763b91152f9d..cabf752ff5bf 100644 --- a/x11-proto/glproto/ChangeLog +++ b/x11-proto/glproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/glproto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.85 2011/07/08 22:42:15 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.86 2011/07/13 18:12:25 chithanh Exp $ + +*glproto-1.4.14-r1 (13 Jul 2011) + + 13 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -glproto-1.4.14.ebuild, +glproto-1.4.14-r1.ebuild: + Add --ignore-missing to eselect opengl call, bug #374853. 08 Jul 2011; Jonathan Callen <abcd@gentoo.org> glproto-1.4.14.ebuild: Fix prefix support again diff --git a/x11-proto/glproto/glproto-1.4.14.ebuild b/x11-proto/glproto/glproto-1.4.14-r1.ebuild index 3516a51e368f..caead6aea46c 100644 --- a/x11-proto/glproto/glproto-1.4.14.ebuild +++ b/x11-proto/glproto/glproto-1.4.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.14.ebuild,v 1.2 2011/07/08 22:42:15 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.14-r1.ebuild,v 1.1 2011/07/13 18:12:25 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -9,7 +9,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE="SGI-B-2.0" IUSE="" -RDEPEND="app-admin/eselect-opengl" +RDEPEND=">=app-admin/eselect-opengl-1.2.3" DEPEND="" src_install() { @@ -19,7 +19,7 @@ src_install() { pkg_postinst() { xorg-2_pkg_postinst - eselect opengl set --use-old xorg-x11 + eselect opengl set --ignore-missing --use-old xorg-x11 } dynamic_libgl_install() { |