diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 15:24:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 15:24:15 +0000 |
commit | 83437593940ab6b7f98e039a26525c65b45805aa (patch) | |
tree | fa243ec053f04a15b4af7c8535dc5b72b3894dfc /media-gfx/gozer/gozer-0.7-r2.ebuild | |
parent | amd64 stable - 394045 (diff) | |
download | gentoo-2-83437593940ab6b7f98e039a26525c65b45805aa.tar.gz gentoo-2-83437593940ab6b7f98e039a26525c65b45805aa.tar.bz2 gentoo-2-83437593940ab6b7f98e039a26525c65b45805aa.zip |
Stable for AMD64, fixed repoman warnings and replaced make with emake in src_install; wrt bug #393911
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'media-gfx/gozer/gozer-0.7-r2.ebuild')
-rw-r--r-- | media-gfx/gozer/gozer-0.7-r2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-gfx/gozer/gozer-0.7-r2.ebuild b/media-gfx/gozer/gozer-0.7-r2.ebuild index 8bcfa6da9182..e45cba995873 100644 --- a/media-gfx/gozer/gozer-0.7-r2.ebuild +++ b/media-gfx/gozer/gozer-0.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.1 2010/08/27 04:45:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r2.ebuild,v 1.2 2011/12/16 15:24:15 ago Exp $ EAPI="2" @@ -12,11 +12,13 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="x11-libs/libXext >=media-libs/giblib-1.2.1" +RDEPEND=">=media-libs/giblib-1.2.1 + media-libs/imlib2" src_prepare() { sed -i src/Makefile.am \ @@ -27,7 +29,7 @@ src_prepare() { } src_install() { - make install DESTDIR=${D} || die + emake install DESTDIR="${D}" || die rm -rf ${D}/usr/doc dodoc TODO README AUTHORS ChangeLog } |