diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-09-18 00:51:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-09-18 00:51:57 +0000 |
commit | da1c656b9fe2f0e0e1bf8357e1ab117060727f6f (patch) | |
tree | 984a4a4ffc427c6f75e96018e020a2a9f7926ecb /x11-misc/xearth | |
parent | Respect LDFLAGS (bug #337773), CC, CFLAGS. Add include. (diff) | |
download | gentoo-2-da1c656b9fe2f0e0e1bf8357e1ab117060727f6f.tar.gz gentoo-2-da1c656b9fe2f0e0e1bf8357e1ab117060727f6f.tar.bz2 gentoo-2-da1c656b9fe2f0e0e1bf8357e1ab117060727f6f.zip |
Remove unneeded x11-libs/libXext dependency thanks to Michael Weber (bug #337773 comment #2).
(Portage version: 2.2_rc83/cvs/Linux i686)
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 4d1e399eb3aa..8408a26ffb33 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xearth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.17 2010/09/18 00:48:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.18 2010/09/18 00:51:57 jer Exp $ + + 18 Sep 2010; Jeroen Roovers <jer@gentoo.org> xearth-1.1-r1.ebuild: + Remove unneeded x11-libs/libXext dependency thanks to Michael Weber (bug + #337773 comment #2). *xearth-1.1-r1 (18 Sep 2010) diff --git a/x11-misc/xearth/xearth-1.1-r1.ebuild b/x11-misc/xearth/xearth-1.1-r1.ebuild index 9eb8748517ae..50b880370a25 100644 --- a/x11-misc/xearth/xearth-1.1-r1.ebuild +++ b/x11-misc/xearth/xearth-1.1-r1.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/xearth/xearth-1.1-r1.ebuild,v 1.1 2010/09/18 00:48:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.2 2010/09/18 00:51:57 jer Exp $ EAPI="2" @@ -17,8 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext" + x11-libs/libXt" DEPEND="${RDEPEND} x11-misc/imake app-text/rman |