Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doxygen: doxygen-1.5.3.ebuild
Date: Sat, 03 Nov 2007 16:39:36
Message-Id: E1IoM1t-0007Nf-9P@stork.gentoo.org
1 grobian 07/11/03 16:39:25
2
3 Modified: doxygen-1.5.3.ebuild
4 Log:
5 Include elibc_FreeBSD in IUSE
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 app-doc/doxygen/doxygen-1.5.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild?r1=1.2&r2=1.3
14
15 Index: doxygen-1.5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- doxygen-1.5.3.ebuild 21 Sep 2007 13:07:26 -0000 1.2
22 +++ doxygen-1.5.3.ebuild 3 Nov 2007 16:39:24 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild,v 1.2 2007/09/21 13:07:26 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild,v 1.3 2007/11/03 16:39:24 grobian Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
30
31 @@ -11,7 +11,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
35 -IUSE="debug doc nodot qt3 tetex"
36 +IUSE="debug doc nodot qt3 tetex elibc_FreeBSD"
37
38 RDEPEND="qt3? ( $(qt_min_version 3.3) )
39 tetex? ( virtual/tetex )
40
41
42
43 --
44 gentoo-commits@g.o mailing list