diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-14 07:44:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-14 07:44:38 +0000 |
commit | a33578cb90c8714615f2cef4b48ba9d36a8544e1 (patch) | |
tree | 859c6a24ecc743d0ca99be31e7068f3968c33038 /x11-wm/sawfish | |
parent | old (diff) | |
download | gentoo-2-a33578cb90c8714615f2cef4b48ba9d36a8544e1.tar.gz gentoo-2-a33578cb90c8714615f2cef4b48ba9d36a8544e1.tar.bz2 gentoo-2-a33578cb90c8714615f2cef4b48ba9d36a8544e1.zip |
remove old pango dep
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.9.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog index cb6ce5b73a0e..60580257a245 100644 --- a/x11-wm/sawfish/ChangeLog +++ b/x11-wm/sawfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/sawfish -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.136 2014/08/01 11:39:33 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.137 2015/05/14 07:44:38 mr_bones_ Exp $ + + 14 May 2015; Michael Sterrett <mr_bones_@gentoo.org> sawfish-1.9.1-r2.ebuild: + remove old pango dep 01 Aug 2014; Ulrich Müller <ulm@gentoo.org> -sawfish-1.9.1.ebuild, -sawfish-1.9.1-r1.ebuild: diff --git a/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild b/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild index dfdbbf73de8e..32a4cb3b97d7 100644 --- a/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild +++ b/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 1.7 2014/08/01 11:30:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.9.1-r2.ebuild,v 1.8 2015/05/14 07:44:38 mr_bones_ Exp $ EAPI=5 inherit eutils elisp-common @@ -17,7 +17,7 @@ IUSE="emacs nls xinerama" RDEPEND="emacs? ( virtual/emacs !app-emacs/sawfish ) >=dev-libs/librep-0.92.1 >=x11-libs/rep-gtk-0.90.7 - || ( x11-libs/pangox-compat <x11-libs/pango-1.31[X] ) + x11-libs/pangox-compat >=x11-libs/gtk+-2.24.0:2 x11-libs/libXtst nls? ( sys-devel/gettext ) |