diff options
author | 2013-03-02 18:01:12 +0000 | |
---|---|---|
committer | 2013-03-02 18:01:12 +0000 | |
commit | e9980af94dcefc7f8a74862d988f07103ed3f587 (patch) | |
tree | 0901474c3aa1806c3ffe04f71c1225f2f10b14ec /net-dialup | |
parent | Drop togl as it does not build with recent tk versions; eapi5 and use slot deps (diff) | |
download | gentoo-2-e9980af94dcefc7f8a74862d988f07103ed3f587.tar.gz gentoo-2-e9980af94dcefc7f8a74862d988f07103ed3f587.tar.bz2 gentoo-2-e9980af94dcefc7f8a74862d988f07103ed3f587.zip |
Fix typo in DEPEND
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild index 5cecf1f48857..6435eee3f5e5 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.2 2013/03/02 17:53:41 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.3 2013/03/02 18:01:12 pinkbyte Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="sys-libs/ncurses" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { |