diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 01:48:59 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 01:48:59 +0000 |
commit | 4c7a2cd7cdd39702324d9dc92fd8f57e6e8c0efe (patch) | |
tree | 7082f159bc53f1331809b6d3e3e6dfec80ff8db4 /app-accessibility/speech-dispatcher | |
parent | initial commit wrt #406675 (diff) | |
download | historical-4c7a2cd7cdd39702324d9dc92fd8f57e6e8c0efe.tar.gz historical-4c7a2cd7cdd39702324d9dc92fd8f57e6e8c0efe.tar.bz2 historical-4c7a2cd7cdd39702324d9dc92fd8f57e6e8c0efe.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index f0520d1cd89e..403b202355d6 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-dispatcher -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.78 2011/04/26 16:10:28 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.79 2012/05/03 01:48:59 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> + speech-dispatcher-0.7.1-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2011; Jeroen Roovers <jer@gentoo.org> speech-dispatcher-0.7.1-r1.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild index 1176bed91fc6..153a3c9a2f79 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild,v 1.8 2011/04/26 16:10:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild,v 1.9 2012/05/03 01:48:59 jdhore Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -27,7 +27,7 @@ RDEPEND="dev-libs/dotconf nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { use python && python_pkg_setup |