diff options
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index a43f868d7f6d..7769b2433bff 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ratpoison # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.96 2014/03/06 18:31:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.97 2014/03/08 20:26:46 jer Exp $ + + 08 Mar 2014; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.6-r1.ebuild: + Fix IUSE sort order. *ratpoison-1.4.6-r1 (06 Mar 2014) diff --git a/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild index 590e2fb7d9fc..e49840f2028e 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.6-r1.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/ratpoison/ratpoison-1.4.6-r1.ebuild,v 1.1 2014/03/06 18:31:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.6-r1.ebuild,v 1.2 2014/03/08 20:26:46 jer Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="debug emacs +history +xft sloppy" +IUSE="debug emacs +history sloppy +xft" RDEPEND=" emacs? ( virtual/emacs ) |