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/expat: expat-2.0.1-r1.ebuild
Date: Sat, 18 Jul 2009 14:49:53
Message-Id: E1MSBEV-00056A-EP@stork.gentoo.org
1 ssuominen 09/07/18 14:49:51
2
3 Modified: expat-2.0.1-r1.ebuild
4 Log:
5 Fix ewarn message, there's no -X anymore in revdep-rebuild
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 dev-libs/expat/expat-2.0.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild?r1=1.11&r2=1.12
14
15 Index: expat-2.0.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- expat-2.0.1-r1.ebuild 23 Mar 2009 15:43:31 -0000 1.11
22 +++ expat-2.0.1-r1.ebuild 18 Jul 2009 14:49:51 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild,v 1.11 2009/03/23 15:43:31 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r1.ebuild,v 1.12 2009/07/18 14:49:51 ssuominen Exp $
28
29 inherit eutils libtool
30
31 @@ -37,5 +37,5 @@
32 ewarn "Please note that the soname of the library changed!"
33 ewarn "If you are upgrading from a previous version you need"
34 ewarn "to fix dynamic linking inconsistencies by executing:"
35 - ewarn "revdep-rebuild -X --library libexpat.so.0"
36 + ewarn "revdep-rebuild --library libexpat.so.0"
37 }