diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-23 11:45:06 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-23 11:45:06 +0000 |
commit | 9c3353db4ceebc958c22858c41b8ab4c86f18d86 (patch) | |
tree | 6d97225591d3f89c08f0b3935c96e4ae07c80928 /x11-apps | |
parent | amd64 stable - 434580 (diff) | |
download | gentoo-2-9c3353db4ceebc958c22858c41b8ab4c86f18d86.tar.gz gentoo-2-9c3353db4ceebc958c22858c41b8ab4c86f18d86.tar.bz2 gentoo-2-9c3353db4ceebc958c22858c41b8ab4c86f18d86.zip |
Add dependency on glib, bug #435984.
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/intel-gpu-tools/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/intel-gpu-tools/intel-gpu-tools-1.0.2.ebuild | 18 | ||||
-rw-r--r-- | x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild | 16 | ||||
-rw-r--r-- | x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild | 5 |
4 files changed, 9 insertions, 37 deletions
diff --git a/x11-apps/intel-gpu-tools/ChangeLog b/x11-apps/intel-gpu-tools/ChangeLog index b7f3e9bfd7c2..7eb3253392ed 100644 --- a/x11-apps/intel-gpu-tools/ChangeLog +++ b/x11-apps/intel-gpu-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/intel-gpu-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.12 2012/09/02 21:51:04 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.13 2012/09/23 11:45:06 chithanh Exp $ + + 23 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -intel-gpu-tools-1.0.2.ebuild, -intel-gpu-tools-1.1.ebuild, + intel-gpu-tools-1.3.ebuild: + Add dependency on glib, bug #435984. 02 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> intel-gpu-tools-1.3.ebuild: diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.0.2.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.0.2.ebuild deleted file mode 100644 index 765c17d38172..000000000000 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.0.2.ebuild,v 1.3 2009/12/10 18:16:44 fauli Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="intel gpu userland tools" -KEYWORDS="amd64 x86" -IUSE="" -RESTRICT="test" - -DEPEND=" - >=x11-libs/libdrm-2.4.6 - >=x11-libs/libpciaccess-0.10" -RDEPEND="${DEPEND}" diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild deleted file mode 100644 index b4d19a061ffd..000000000000 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild,v 1.2 2012/06/23 11:14:14 swegener Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="intel gpu userland tools" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" - -DEPEND=" - >=x11-libs/libdrm-2.4.23[video_cards_intel] - >=x11-libs/libpciaccess-0.10" -RDEPEND="${DEPEND}" diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild index 69be97342eae..ea59909f1cd3 100644 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild,v 1.2 2012/09/02 21:51:04 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.3.ebuild,v 1.3 2012/09/23 11:45:06 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -10,7 +10,8 @@ KEYWORDS="~amd64 ~x86" IUSE="video_cards_nouveau" RESTRICT="test" -DEPEND="x11-libs/cairo +DEPEND="dev-libs/glib:2 + x11-libs/cairo >=x11-libs/libdrm-2.4.31[video_cards_intel,video_cards_nouveau?] >=x11-libs/libpciaccess-0.10" RDEPEND="${DEPEND}" |