diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-04 14:19:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-04 14:19:40 +0000 |
commit | 13fecd942754017a1a477dcc588c20afa853e917 (patch) | |
tree | 4dc411eeb5410e5c9b41ff20bd583226e11e5172 /x11-misc/xearth | |
parent | x11-libs/libXext is needed (#514142) (diff) | |
download | gentoo-2-13fecd942754017a1a477dcc588c20afa853e917.tar.gz gentoo-2-13fecd942754017a1a477dcc588c20afa853e917.tar.bz2 gentoo-2-13fecd942754017a1a477dcc588c20afa853e917.zip |
x11-libs/libXext is needed (#514268)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1-r1.ebuild | 19 |
2 files changed, 15 insertions, 9 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 3336ef804755..3884a6c6ff56 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.26 2015/05/18 21:40:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.27 2015/06/04 14:19:40 pacho Exp $ + + 04 Jun 2015; Pacho Ramos <pacho@gentoo.org> xearth-1.1-r1.ebuild: + x11-libs/libXext is needed (#514268) 18 May 2015; Manuel Rüger <mrueg@gentoo.org> -xearth-1.1.ebuild: Remove old. diff --git a/x11-misc/xearth/xearth-1.1-r1.ebuild b/x11-misc/xearth/xearth-1.1-r1.ebuild index 73eb6e9bc8ae..be1a6d4e2fe9 100644 --- a/x11-misc/xearth/xearth-1.1-r1.ebuild +++ b/x11-misc/xearth/xearth-1.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 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.8 2012/03/18 19:57:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1-r1.ebuild,v 1.9 2015/06/04 14:19:40 pacho Exp $ -EAPI="2" +EAPI=5 inherit eutils toolchain-funcs @@ -16,12 +16,16 @@ LICENSE="xearth" KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXt" +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt +" DEPEND="${RDEPEND} x11-misc/imake app-text/rman - x11-proto/xproto" + x11-proto/xproto +" src_prepare() { epatch "${FILESDIR}"/${P}-include.patch @@ -34,8 +38,7 @@ src_configure() { src_compile() { emake CC=$(tc-getCC) \ CCOPTIONS="${CFLAGS}" \ - EXTRA_LDOPTIONS="${LDFLAGS}" \ - || die + EXTRA_LDOPTIONS="${LDFLAGS}" } src_install() { |