diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 12:06:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 12:06:39 +0000 |
commit | 8a26ed843038b2ec58788a337a545c0a76464c56 (patch) | |
tree | 89ddc06771593ae887e55ada8cc82e2cebe4b577 /media-plugins | |
parent | Fix build with automake 1.13 (diff) | |
download | gentoo-2-8a26ed843038b2ec58788a337a545c0a76464c56.tar.gz gentoo-2-8a26ed843038b2ec58788a337a545c0a76464c56.tar.bz2 gentoo-2-8a26ed843038b2ec58788a337a545c0a76464c56.zip |
remove now unneeded cvs dep, bug #412715 by Kevin Pyle
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index 4a317a731b6b..96a6753d2244 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/swh-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.43 2013/05/08 12:05:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.44 2013/05/08 12:06:39 aballier Exp $ + + 08 May 2013; Alexis Ballier <aballier@gentoo.org> + swh-plugins-0.4.15-r1.ebuild: + remove now unneeded cvs dep, bug #412715 by Kevin Pyle 08 May 2013; Alexis Ballier <aballier@gentoo.org> swh-plugins-0.4.15-r1.ebuild: diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild index ea096d87ad0f..cd233c00d239 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.15-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/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.5 2013/05/08 12:05:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.6 2013/05/08 12:06:39 aballier Exp $ inherit eutils autotools @@ -18,7 +18,6 @@ RDEPEND="media-libs/ladspa-sdk >=sci-libs/fftw-3" DEPEND="${RDEPEND} sys-devel/gettext - dev-vcs/cvs virtual/pkgconfig" src_unpack() { |