diff options
author | 2012-05-03 01:48:59 +0000 | |
---|---|---|
committer | 2012-05-03 01:48:59 +0000 | |
commit | 4c7a2cd7cdd39702324d9dc92fd8f57e6e8c0efe (patch) | |
tree | 7082f159bc53f1331809b6d3e3e6dfec80ff8db4 /app-accessibility/pidgin-festival | |
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/pidgin-festival')
-rw-r--r-- | app-accessibility/pidgin-festival/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-accessibility/pidgin-festival/ChangeLog b/app-accessibility/pidgin-festival/ChangeLog index c0cb6934ac28..e2963a987f43 100644 --- a/app-accessibility/pidgin-festival/ChangeLog +++ b/app-accessibility/pidgin-festival/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/pidgin-festival -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.10 2011/03/02 19:50:48 signals Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.11 2012/05/03 01:48:59 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-festival-2.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> pidgin-festival-2.4.ebuild: Slotted gtk+ depend. diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild index 5ae70a55873f..a6dbf1d99901 100644 --- a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.4.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/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.2 2011/03/02 19:50:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.3 2012/05/03 01:48:59 jdhore Exp $ EAPI=2 @@ -17,7 +17,7 @@ RDEPEND="app-accessibility/festival net-im/pidgin[gtk] x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |