diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-03 16:06:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-03 16:06:22 +0000 |
commit | 55cf2da25ab123968344c95c74b396ff9675646e (patch) | |
tree | bac3d127ac9cb81f5d675282dce95fd2c451f545 /app-portage | |
parent | Dev channel bump. Fix build with speech-dispatcher-0.8 (bug #463550 by Denis ... (diff) | |
download | gentoo-2-55cf2da25ab123968344c95c74b396ff9675646e.tar.gz gentoo-2-55cf2da25ab123968344c95c74b396ff9675646e.tar.bz2 gentoo-2-55cf2da25ab123968344c95c74b396ff9675646e.zip |
Pull in virtual/pkgconfig wrt #464328
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/ufed/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/ufed/ufed-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/ufed/ChangeLog b/app-portage/ufed/ChangeLog index 295fe92fe52f..126fed83c017 100644 --- a/app-portage/ufed/ChangeLog +++ b/app-portage/ufed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/ufed # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.97 2013/03/26 15:56:45 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.98 2013/04/03 16:06:22 ssuominen Exp $ + + 03 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> ufed-9999.ebuild: + Pull in virtual/pkgconfig wrt #464328 *ufed-0.90_rc1 (26 Mar 2013) diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild index e2c8ec2dd9d8..d3da52957afa 100644 --- a/app-portage/ufed/ufed-9999.ebuild +++ b/app-portage/ufed/ufed-9999.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/app-portage/ufed/ufed-9999.ebuild,v 1.2 2013/02/05 18:10:33 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-9999.ebuild,v 1.3 2013/04/03 16:06:22 ssuominen Exp $ EAPI=4 @@ -19,7 +19,8 @@ IUSE="" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND} - dev-lang/perl" + dev-lang/perl + virtual/pkgconfig" src_prepare() { # Change the version number to reflect the ebuild version |