Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 09 Sep 2017 21:44:01
Message-Id: 1504993403.fc75e20d0440e340215047019eb51d31adeb4339.dilfridge@gentoo
1 commit: fc75e20d0440e340215047019eb51d31adeb4339
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 21:43:23 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 21:43:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc75e20d
7
8 sys-libs/glibc: D'oh (1).
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-libs/glibc/glibc-2.26-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
16 index 450e89d8f74..87afd869445 100644
17 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild
18 +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
19 @@ -204,7 +204,7 @@ src_unpack() {
20 if [[ -n ${EGIT_REPO_URI} ]] ; then
21 git-r3_src_unpack
22 else
23 - unpack ${PN}.tar.xz
24 + unpack ${P}.tar.xz
25 fi
26
27 cd "${S}"