diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2007-01-24 02:15:01 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2007-01-24 02:15:01 +0000 |
commit | 6e65b450938a6d4d632f5a899f23b12f6209d0d0 (patch) | |
tree | 75a6c971aa3e70c6cec017fd966909d3143a0f28 /media-sound | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-6e65b450938a6d4d632f5a899f23b12f6209d0d0.tar.gz gentoo-2-6e65b450938a6d4d632f5a899f23b12f6209d0d0.tar.bz2 gentoo-2-6e65b450938a6d4d632f5a899f23b12f6209d0d0.zip |
Fix the path for 4.0, Closes bug #163529. Thanks to Jose daLuz <jdaluz@gmail.com> for reporting.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/last-exit/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/last-exit/last-exit-4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/last-exit/ChangeLog b/media-sound/last-exit/ChangeLog index 6e927c3e5f7d..db71c5febb6b 100644 --- a/media-sound/last-exit/ChangeLog +++ b/media-sound/last-exit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/last-exit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.7 2007/01/23 23:26:54 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.8 2007/01/24 02:15:01 steev Exp $ + + 24 Jan 2007; Steev Klimaszewski <steev@gentoo.org> last-exit-4.0.ebuild: + Fix the path for 4.0, Closes bug #163529. Thanks to Jose daLuz + <jdaluz@gmail.com> for reporting. *last-exit-4.0 (23 Jan 2007) diff --git a/media-sound/last-exit/last-exit-4.0.ebuild b/media-sound/last-exit/last-exit-4.0.ebuild index edf5abee8c11..36fda752d102 100644 --- a/media-sound/last-exit/last-exit-4.0.ebuild +++ b/media-sound/last-exit/last-exit-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-4.0.ebuild,v 1.1 2007/01/23 23:26:54 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-4.0.ebuild,v 1.2 2007/01/24 02:15:01 steev Exp $ inherit mono gnome2 eutils @@ -27,7 +27,7 @@ DEPEND=">=gnome-base/gconf-2.0 >=dev-dotnet/gconf-sharp-1.9.2 || ( >=dev-libs/dbus-glib-0.71 <sys-apps/dbus-0.90 )" -S=${WORKDIR}/"${PN}-3" +S=${WORKDIR}/"${PN}-4" pkg_setup() { G2CONF="${G2CONF} \ |