Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avr-libc/
Date: Wed, 21 Apr 2021 19:02:31
Message-Id: 1619031713.3eab437a659300a8ac3a5b0739ae142f6eec3d0c.sam@gentoo
1 commit: 3eab437a659300a8ac3a5b0739ae142f6eec3d0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 13:42:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 19:01:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eab437a
7
8 dev-embedded/avr-libc: eutils->epatch
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-embedded/avr-libc/avr-libc-2.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
17 index 79b7f1163fc..62a2c265795 100644
18 --- a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
19 +++ b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -6,7 +6,7 @@ EAPI="5"
27 CHOST="avr"
28 CTARGET="avr"
29
30 -inherit flag-o-matic eutils
31 +inherit flag-o-matic epatch
32
33 DESCRIPTION="C library for Atmel AVR microcontrollers"
34 HOMEPAGE="http://www.nongnu.org/avr-libc/"