Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libutempter: ChangeLog libutempter-1.1.6-r1.ebuild
Date: Sat, 01 Feb 2014 23:24:48
Message-Id: 20140201232445.9E0592004C@flycatcher.gentoo.org
1 vapier 14/02/01 23:24:45
2
3 Modified: ChangeLog libutempter-1.1.6-r1.ebuild
4 Log:
5 Add arm64 love.
6
7 Revision Changes Path
8 1.50 sys-libs/libutempter/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/ChangeLog?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/ChangeLog?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/ChangeLog?r1=1.49&r2=1.50
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v
17 retrieving revision 1.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- ChangeLog 8 Oct 2013 05:02:14 -0000 1.49
21 +++ ChangeLog 1 Feb 2014 23:24:45 -0000 1.50
22 @@ -1,6 +1,9 @@
23 # ChangeLog for sys-libs/libutempter
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.49 2013/10/08 05:02:14 ago Exp $
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.50 2014/02/01 23:24:45 vapier Exp $
28 +
29 + 01 Feb 2014; Mike Frysinger <vapier@g.o> libutempter-1.1.6-r1.ebuild:
30 + Add arm64 love.
31
32 08 Oct 2013; Agostino Sarubbo <ago@g.o> libutempter-1.1.6-r1.ebuild:
33 Stable for x86, wrt bug #475480
34
35
36
37 1.12 sys-libs/libutempter/libutempter-1.1.6-r1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild?rev=1.12&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild?rev=1.12&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild?r1=1.11&r2=1.12
42
43 Index: libutempter-1.1.6-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild,v
46 retrieving revision 1.11
47 retrieving revision 1.12
48 diff -u -r1.11 -r1.12
49 --- libutempter-1.1.6-r1.ebuild 8 Oct 2013 05:02:14 -0000 1.11
50 +++ libutempter-1.1.6-r1.ebuild 1 Feb 2014 23:24:45 -0000 1.12
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2013 Gentoo Foundation
53 +# Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild,v 1.11 2013/10/08 05:02:14 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.6-r1.ebuild,v 1.12 2014/02/01 23:24:45 vapier Exp $
57
58 EAPI="4"
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
65 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
66 IUSE="static-libs elibc_FreeBSD"
67
68 RDEPEND="!sys-apps/utempter"