diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-10-18 21:23:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-10-18 21:23:18 +0000 |
commit | 196174038c24ae51d61e8c5b5a46a1b9bebb8711 (patch) | |
tree | 227af964f70f965466998277fc8abebaa7837856 /app-arch/dpkg/dpkg-1.16.0.3.ebuild | |
parent | Use x11-libs/gtk+:3 instead of :2. Fix autostart desktop entry to include "Au... (diff) | |
download | historical-196174038c24ae51d61e8c5b5a46a1b9bebb8711.tar.gz historical-196174038c24ae51d61e8c5b5a46a1b9bebb8711.tar.bz2 historical-196174038c24ae51d61e8c5b5a46a1b9bebb8711.zip |
Add sys-devel/flex to DEPEND.
Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64
Diffstat (limited to 'app-arch/dpkg/dpkg-1.16.0.3.ebuild')
-rw-r--r-- | app-arch/dpkg/dpkg-1.16.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/dpkg/dpkg-1.16.0.3.ebuild b/app-arch/dpkg/dpkg-1.16.0.3.ebuild index 119b35d707bf..4a08b46784d2 100644 --- a/app-arch/dpkg/dpkg-1.16.0.3.ebuild +++ b/app-arch/dpkg/dpkg-1.16.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.0.3.ebuild,v 1.7 2011/07/24 12:50:32 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.0.3.ebuild,v 1.8 2011/10/18 21:23:18 jer Exp $ EAPI=3 @@ -31,6 +31,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} dev-util/pkgconfig + sys-devel/flex nls? ( app-text/po4a ) test? ( dev-perl/DateTime-Format-DateParse |