Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/pslib: pslib-0.4.5.ebuild ChangeLog
Date: Thu, 27 Feb 2014 17:32:35
Message-Id: 20140227173229.C863F2004C@flycatcher.gentoo.org
1 bicatali 14/02/27 17:32:29
2
3 Modified: pslib-0.4.5.ebuild ChangeLog
4 Log:
5 Keyword amd64-linux and x86-linux
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 dev-libs/pslib/pslib-0.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild?r1=1.2&r2=1.3
15
16 Index: pslib-0.4.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pslib-0.4.5.ebuild 3 Jun 2013 05:29:21 -0000 1.2
23 +++ pslib-0.4.5.ebuild 27 Feb 2014 17:32:29 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild,v 1.2 2013/06/03 05:29:21 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pslib/pslib-0.4.5.ebuild,v 1.3 2014/02/27 17:32:29 bicatali Exp $
30
31 EAPI=4
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
38 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
39 IUSE="debug jpeg png static-libs tiff"
40
41 RDEPEND="
42
43
44
45 1.24 dev-libs/pslib/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/ChangeLog?rev=1.24&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/ChangeLog?rev=1.24&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pslib/ChangeLog?r1=1.23&r2=1.24
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/pslib/ChangeLog,v
54 retrieving revision 1.23
55 retrieving revision 1.24
56 diff -u -r1.23 -r1.24
57 --- ChangeLog 3 Jun 2013 05:29:21 -0000 1.23
58 +++ ChangeLog 27 Feb 2014 17:32:29 -0000 1.24
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/pslib
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pslib/ChangeLog,v 1.23 2013/06/03 05:29:21 patrick Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pslib/ChangeLog,v 1.24 2014/02/27 17:32:29 bicatali Exp $
65 +
66 + 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> pslib-0.4.5.ebuild:
67 + Keyword amd64-linux and x86-linux
68
69 03 Jun 2013; Patrick Lauer <patrick@g.o> pslib-0.4.5.ebuild:
70 Fix for underlinking bug #436314