diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-04-30 04:50:57 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-04-30 04:50:57 +0000 |
commit | 2e03f7136e404e4796812d84b15184a263fc5e61 (patch) | |
tree | 7a643f1ac1c68d95096a5d0d77768f6ea555871d | |
parent | Version bump. (diff) | |
download | gentoo-2-2e03f7136e404e4796812d84b15184a263fc5e61.tar.gz gentoo-2-2e03f7136e404e4796812d84b15184a263fc5e61.tar.bz2 gentoo-2-2e03f7136e404e4796812d84b15184a263fc5e61.zip |
Fix double ${D} for bug #467886.
(Portage version: 2.2.0_alpha173_p16_p87851/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
-rw-r--r-- | x11-misc/lineak-defaultplugin/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog index 720852d7bc09..f48107deb68e 100644 --- a/x11-misc/lineak-defaultplugin/ChangeLog +++ b/x11-misc/lineak-defaultplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineak-defaultplugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.29 2013/01/12 16:58:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.30 2013/04/30 04:50:57 zmedico Exp $ + + 30 Apr 2013; Zac Medico <zmedico@gentoo.org> + lineak-defaultplugin-0.9.0-r1.ebuild: + Fix double ${D} for bug #467886. *lineak-defaultplugin-0.9.0-r1 (12 Jan 2013) @@ -130,4 +134,3 @@ +lineak-defaultplugin-0.8.2.ebuild: Adding ebuild from bug 72658 thanks to Bernd Westermann <Bernd.Westermann@it-west.de> and Raskasi <raskasi@gmx.net> - diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild index 87bbcba2f08d..2ed7833149ec 100644 --- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild,v 1.1 2013/01/12 16:58:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild,v 1.2 2013/04/30 04:50:57 zmedico Exp $ EAPI=5 inherit eutils multilib @@ -31,7 +31,7 @@ src_prepare() { "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-gcc47.patch - sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile + sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile.in || die } src_configure() { |