Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.1.ebuild
Date: Fri, 01 Oct 2010 10:15:05
Message-Id: 20101001101502.0EF6420051@flycatcher.gentoo.org
1 ssuominen 10/10/01 10:15:02
2
3 Modified: hwinfo-18.1.ebuild
4 Log:
5 Missing dep on flex
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-apps/hwinfo/hwinfo-18.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.3&r2=1.4
15
16 Index: hwinfo-18.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- hwinfo-18.1.ebuild 30 Sep 2010 23:10:21 -0000 1.3
23 +++ hwinfo-18.1.ebuild 1 Oct 2010 10:15:01 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.3 2010/09/30 23:10:21 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.4 2010/10/01 10:15:01 ssuominen Exp $
29
30 EAPI=2
31 inherit multilib rpm toolchain-funcs
32 @@ -16,6 +16,7 @@
33
34 RDEPEND="dev-libs/libx86emu"
35 DEPEND="${RDEPEND}
36 + sys-devel/flex
37 >=sys-kernel/linux-headers-2.6.17"
38
39 MAKEOPTS="${MAKEOPTS} -j1"