diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-12-19 11:52:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-12-19 11:52:09 +0000 |
commit | de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb (patch) | |
tree | 9a01424c5e904ac222a04e8b1c730f0778539cb1 /media-sound/sidplay | |
parent | Fix build with gcc 4.3 by fixing configure checks; autreconfing it requires t... (diff) | |
download | gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.tar.gz gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.tar.bz2 gentoo-2-de2cad9f2859919ff3abbd0e6906ac7b3ec88fbb.zip |
quote D
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r-- | media-sound/sidplay/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/sidplay/ChangeLog b/media-sound/sidplay/ChangeLog index dedb34461eb8..1bb942c04647 100644 --- a/media-sound/sidplay/ChangeLog +++ b/media-sound/sidplay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sidplay # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.16 2008/12/19 11:50:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.17 2008/12/19 11:52:09 aballier Exp $ + + 19 Dec 2008; Alexis Ballier <aballier@gentoo.org> sidplay-2.0.9.ebuild: + quote D 19 Dec 2008; Alexis Ballier <aballier@gentoo.org> +files/sidplay-2.0.9-gcc43.patch, sidplay-2.0.9.ebuild: diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild index bcccac1f5e20..b4f19b1d70b1 100644 --- a/media-sound/sidplay/sidplay-2.0.9.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.8 2008/12/19 11:50:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.9.ebuild,v 1.9 2008/12/19 11:52:09 aballier Exp $ inherit eutils @@ -24,6 +24,6 @@ src_unpack() { } src_install () { - emake DESTDIR=${D} install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed." dodoc TODO AUTHORS ChangeLog } |