diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-21 07:46:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-21 07:46:06 +0000 |
commit | 003fce97d12c1498ca4767e3a3a8c3a6fc7d3213 (patch) | |
tree | 76503fb3eb74a5c25e245171459b357a96b2c7af /x11-misc/redshift | |
parent | Update the dep on libX11 this time using proper version. (diff) | |
download | gentoo-2-003fce97d12c1498ca4767e3a3a8c3a6fc7d3213.tar.gz gentoo-2-003fce97d12c1498ca4767e3a3a8c3a6fc7d3213.tar.bz2 gentoo-2-003fce97d12c1498ca4767e3a3a8c3a6fc7d3213.zip |
Update the dep on libX11 this time using proper version.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog index 3ef8ea062853..5418642fc6ee 100644 --- a/x11-misc/redshift/ChangeLog +++ b/x11-misc/redshift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/redshift # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.5 2010/09/09 10:55:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.6 2010/09/21 07:46:06 scarabeus Exp $ + + 21 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + redshift-1.4.1.ebuild, redshift-1.5.ebuild: + Update the dep on libX11 this time using proper version. 09 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> redshift-1.4.1.ebuild, redshift-1.5.ebuild: diff --git a/x11-misc/redshift/redshift-1.4.1.ebuild b/x11-misc/redshift/redshift-1.4.1.ebuild index f6f4c97112c6..1be77ca989ea 100644 --- a/x11-misc/redshift/redshift-1.4.1.ebuild +++ b/x11-misc/redshift/redshift-1.4.1.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-misc/redshift/redshift-1.4.1.ebuild,v 1.5 2010/09/09 10:55:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild,v 1.6 2010/09/21 07:46:06 scarabeus Exp $ EAPI=3 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="gnome gtk nls" -COMMON_DEPEND="|| ( <=x11-libs/libX11-1.3.5[xcb] >x11-libs/libX11-1.3.5 ) +COMMON_DEPEND="|| ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) x11-libs/libXxf86vm x11-libs/libxcb gnome? ( dev-libs/glib:2 diff --git a/x11-misc/redshift/redshift-1.5.ebuild b/x11-misc/redshift/redshift-1.5.ebuild index 5634f5010bbc..4f045e609f6c 100644 --- a/x11-misc/redshift/redshift-1.5.ebuild +++ b/x11-misc/redshift/redshift-1.5.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-misc/redshift/redshift-1.5.ebuild,v 1.2 2010/09/09 10:55:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild,v 1.3 2010/09/21 07:46:06 scarabeus Exp $ EAPI=3 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome gtk nls" -COMMON_DEPEND="|| ( <=x11-libs/libX11-1.3.5[xcb] >x11-libs/libX11-1.3.5 ) +COMMON_DEPEND="|| ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) x11-libs/libXxf86vm x11-libs/libxcb gnome? ( dev-libs/glib:2 |