diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-02 17:53:41 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-02 17:53:41 +0000 |
commit | baf9c9b0e0b319c2ffe4f23826ded6db86926c91 (patch) | |
tree | 9f0b7daab4feca4ff0aff890e80a5e2412e8826e /net-dialup/xc | |
parent | Drop mask from dev-tcltk/tcllib (diff) | |
download | gentoo-2-baf9c9b0e0b319c2ffe4f23826ded6db86926c91.tar.gz gentoo-2-baf9c9b0e0b319c2ffe4f23826ded6db86926c91.tar.bz2 gentoo-2-baf9c9b0e0b319c2ffe4f23826ded6db86926c91.zip |
Add missing build-time dependency on pkgconfig
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 1f9cabbec542..a36be19a6ab9 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.25 2013/03/02 17:25:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.26 2013/03/02 17:53:41 pinkbyte Exp $ + + 02 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> xc-4.3.2-r3.ebuild: + Add missing build-time dependency on pkgconfig *xc-4.3.2-r3 (02 Mar 2013) diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild index fd9c7b4d955e..5cecf1f48857 100644 --- a/net-dialup/xc/xc-4.3.2-r3.ebuild +++ b/net-dialup/xc/xc-4.3.2-r3.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-dialup/xc/xc-4.3.2-r3.ebuild,v 1.1 2013/03/02 17:25:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.2 2013/03/02 17:53:41 pinkbyte Exp $ EAPI=5 @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" +RDEPEND="sys-libs/ncurses" +DEPEND="${DEPEND} + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch |