summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnant Narayanan <anant@gentoo.org>2007-06-15 20:57:20 +0000
committerAnant Narayanan <anant@gentoo.org>2007-06-15 20:57:20 +0000
commitd499b41c0e86d3f4e6b258e5c5fd244a79fc9f32 (patch)
treea3b8901f11221ce0c4b68c79a36e71bab91af822 /dev-php5/php-qt
parentppc stable, bug #176971 (diff)
downloadgentoo-2-d499b41c0e86d3f4e6b258e5c5fd244a79fc9f32.tar.gz
gentoo-2-d499b41c0e86d3f4e6b258e5c5fd244a79fc9f32.tar.bz2
gentoo-2-d499b41c0e86d3f4e6b258e5c5fd244a79fc9f32.zip
Add depedency on libXinerama, closes bug #178926
(Portage version: 2.1.3_rc2)
Diffstat (limited to 'dev-php5/php-qt')
-rw-r--r--dev-php5/php-qt/ChangeLog5
-rw-r--r--dev-php5/php-qt/php-qt-0.0.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/php-qt/ChangeLog b/dev-php5/php-qt/ChangeLog
index 9a81e9f99f82..475d3fcb2f8d 100644
--- a/dev-php5/php-qt/ChangeLog
+++ b/dev-php5/php-qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/php-qt
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.5 2007/03/18 02:09:47 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.6 2007/06/15 20:57:20 anant Exp $
+
+ 15 Jun 2007; Anant Narayanan <anant@gentoo.org> php-qt-0.0.3.ebuild:
+ Add depedency on libXinerama, closes bug #178926
18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -php-qt-0.0.2.ebuild,
php-qt-0.0.3.ebuild:
diff --git a/dev-php5/php-qt/php-qt-0.0.3.ebuild b/dev-php5/php-qt/php-qt-0.0.3.ebuild
index 8d0a986b22ee..07dc382abf8f 100644
--- a/dev-php5/php-qt/php-qt-0.0.3.ebuild
+++ b/dev-php5/php-qt/php-qt-0.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.0.3.ebuild,v 1.3 2007/03/18 02:09:47 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.0.3.ebuild,v 1.4 2007/06/15 20:57:20 anant Exp $
PHP_EXT_NAME="php_qt"
PHP_EXT_INI="yes"
@@ -17,7 +17,8 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
-DEPEND="=x11-libs/qt-4*"
+DEPEND="=x11-libs/qt-4*
+ >=x11-libs/libXinerama-1.0.1"
RDEPEND="${DEPEND}"
S="${WORKDIR}/php_qt"