diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-06-16 13:49:01 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-06-16 13:49:01 +0000 |
commit | 72a15b8dda41e52006236f8eb3fe9508cfab24ec (patch) | |
tree | 62d3578a26fa8afe16003535a3e0b2c1714a39b5 /x11-wm | |
parent | Whitespace. (diff) | |
download | gentoo-2-72a15b8dda41e52006236f8eb3fe9508cfab24ec.tar.gz gentoo-2-72a15b8dda41e52006236f8eb3fe9508cfab24ec.tar.bz2 gentoo-2-72a15b8dda41e52006236f8eb3fe9508cfab24ec.zip |
Ensure proper version of yajl, use "next" branch
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index 7b99f58b2b3e..c66fdeda31fa 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/i3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.54 2014/06/15 20:24:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.55 2014/06/16 13:49:01 hasufell Exp $ + + 16 Jun 2014; Julian Ospald <hasufell@gentoo.org> i3-9999.ebuild: + Ensure proper version of yajl, use "next" branch 15 Jun 2014; Kacper Kowalik <xarthisius@gentoo.org> i3-4.8.ebuild: Ensure proper version of yajl diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 73b2308490ff..3312f51fa805 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-9999.ebuild,v 1.3 2014/05/08 12:43:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-9999.ebuild,v 1.4 2014/06/16 13:49:01 hasufell Exp $ EAPI=5 @@ -10,6 +10,7 @@ DESCRIPTION="An improved dynamic tiling window manager" HOMEPAGE="http://i3wm.org/" SRC_URI="" EGIT_REPO_URI="git://code.i3wm.org/i3" +EGIT_BRANCH="next" LICENSE="BSD" SLOT="0" @@ -18,7 +19,7 @@ IUSE="+pango" CDEPEND="dev-libs/libev dev-libs/libpcre - dev-libs/yajl + >=dev-libs/yajl-2.0.3 x11-libs/libxcb x11-libs/libX11 x11-libs/startup-notification |