Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.15.ebuild
Date: Fri, 30 Mar 2012 19:24:20
Message-Id: 20120330192409.00A092004B@flycatcher.gentoo.org
1 ssuominen 12/03/30 19:24:08
2
3 Modified: redland-1.0.15.ebuild
4 Log:
5 Forgot SLOT dep in last commit. Readjust.
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-libs/redland/redland-1.0.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild?r1=1.6&r2=1.7
15
16 Index: redland-1.0.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- redland-1.0.15.ebuild 30 Mar 2012 19:07:24 -0000 1.6
23 +++ redland-1.0.15.ebuild 30 Mar 2012 19:24:08 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v 1.6 2012/03/30 19:07:24 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v 1.7 2012/03/30 19:24:08 ssuominen Exp $
29
30 EAPI=4
31 inherit libtool
32 @@ -22,7 +22,7 @@
33 xml? ( dev-libs/libxml2 )
34 !xml? ( dev-libs/expat )
35 ssl? ( dev-libs/openssl )
36 - || ( >=media-libs/raptor-2.0.7 <media-libs/raptor-2.0.7:2[xml?] )
37 + || ( >=media-libs/raptor-2.0.7:2 <media-libs/raptor-2.0.7:2[xml?] )
38 >=dev-libs/rasqal-0.9.26
39 postgres? ( dev-db/postgresql-base )
40 iodbc? ( dev-db/libiodbc )