diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-06-15 23:49:56 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-06-15 23:49:56 +0000 |
commit | 507ef361554ee63ad1304d2940c9aa05a0782014 (patch) | |
tree | f8a1ffb1ad573c7f869d73dbb2d904134dc8fde9 /net-misc | |
parent | Version bump, fix build with newer versions of libav/ffmpeg (bug #466854). (diff) | |
download | gentoo-2-507ef361554ee63ad1304d2940c9aa05a0782014.tar.gz gentoo-2-507ef361554ee63ad1304d2940c9aa05a0782014.tar.bz2 gentoo-2-507ef361554ee63ad1304d2940c9aa05a0782014.zip |
Fix typo with USE=-javascript, spotted by Francisco Vazquez <fjvazquezaraujo@gmail.com> in bug #473268
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/plowshare/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/plowshare/plowshare-20130520.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/plowshare/ChangeLog b/net-misc/plowshare/ChangeLog index 6dc1607782a0..a16520ca127a 100644 --- a/net-misc/plowshare/ChangeLog +++ b/net-misc/plowshare/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/plowshare # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.22 2013/06/13 16:22:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.23 2013/06/15 23:49:56 voyageur Exp $ + + 15 Jun 2013; Bernard Cafarelli <voyageur@gentoo.org> + plowshare-20130520.ebuild: + Fix typo with USE=-javascript, spotted by Francisco Vazquez + <fjvazquezaraujo@gmail.com> in bug #473268 *plowshare-20130520 (13 Jun 2013) diff --git a/net-misc/plowshare/plowshare-20130520.ebuild b/net-misc/plowshare/plowshare-20130520.ebuild index 29d6d7a7d3d8..10048525db92 100644 --- a/net-misc/plowshare/plowshare-20130520.ebuild +++ b/net-misc/plowshare/plowshare-20130520.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/net-misc/plowshare/plowshare-20130520.ebuild,v 1.1 2013/06/13 16:22:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-20130520.ebuild,v 1.2 2013/06/15 23:49:56 voyageur Exp $ EAPI=5 @@ -39,7 +39,7 @@ src_prepare() { -e 's:^zalaa*::' \ -e 's:^zippyshare*::' \ src/modules/config || die "sed failed" - rm src/modules/{rapidgator,zalaa,zipyyshare}.sh || die "rm failed" + rm src/modules/{rapidgator,zalaa,zippyshare}.sh || die "rm failed" fi # Don't let 'make install' install docs. |