diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 21:05:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 21:05:49 +0000 |
commit | b126896c49ca8a7b098e706db0e081e234ee2ca5 (patch) | |
tree | d2bc44460e55cf8da0d9737baf671145f3647f09 /games-engines/xzip | |
parent | add portuguese (pt) longdescription (diff) | |
download | gentoo-2-b126896c49ca8a7b098e706db0e081e234ee2ca5.tar.gz gentoo-2-b126896c49ca8a7b098e706db0e081e234ee2ca5.tar.bz2 gentoo-2-b126896c49ca8a7b098e706db0e081e234ee2ca5.zip |
Added modular X dependencies and closing bug #119524.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-engines/xzip')
-rw-r--r-- | games-engines/xzip/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-engines/xzip/ChangeLog b/games-engines/xzip/ChangeLog index d2e620901a51..6bd0b1c84168 100644 --- a/games-engines/xzip/ChangeLog +++ b/games-engines/xzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/xzip -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.6 2005/09/26 17:56:36 wolf31o2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.7 2006/01/20 21:05:49 wolf31o2 Exp $ + + 20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> xzip-1.8.2-r2.ebuild: + Added modular X dependencies and closing bug #119524. 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> xzip-1.8.2-r2.ebuild: Making games last on inherit line. diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild index e238875fcff7..08fabbf485db 100644 --- a/games-engines/xzip/xzip-1.8.2-r2.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.6 2005/09/26 17:56:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.7 2006/01/20 21:05:49 wolf31o2 Exp $ inherit eutils games @@ -13,16 +13,16 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -RDEPEND="virtual/x11" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +RDEPEND="|| ( + x11-libs/libX11 + virtual/x11 )" S=${WORKDIR}/xzip src_unpack() { unpack xzip182.tar.Z - cd ${S} - epatch ${FILESDIR}/xzip-182-makefile.diff + cd "${S}" + epatch "${FILESDIR}"/xzip-182-makefile.diff sed -i \ -e "s/-O/${CFLAGS}/" Makefile \ || die "sed Makefile failed" |