Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/
Date: Sun, 08 Apr 2012 11:13:47
Message-Id: 1333883609.9adda9ab66e6d3d51bcfa9b0b9d8f2d566df79cb.blueness@gentoo
1 commit: 9adda9ab66e6d3d51bcfa9b0b9d8f2d566df79cb
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 11:13:29 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 11:13:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=9adda9ab
7
8 sys-libs/uclibc: fix the source directory name
9
10 (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 sys-libs/uclibc/uclibc-0.9.33-r1.ebuild | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/sys-libs/uclibc/uclibc-0.9.33-r1.ebuild b/sys-libs/uclibc/uclibc-0.9.33-r1.ebuild
17 index 626b85f..877e951 100644
18 --- a/sys-libs/uclibc/uclibc-0.9.33-r1.ebuild
19 +++ b/sys-libs/uclibc/uclibc-0.9.33-r1.ebuild
20 @@ -5,6 +5,7 @@
21 EAPI="4"
22
23 MY_P=uClibc-0.9.33-57f058b
24 +MY_PN=uClibc-57f058b
25 DESCRIPTION="C library for developing embedded Linux systems"
26 HOMEPAGE="http://www.uclibc.org/"
27 SRC_URI="http://opensource.dyc.edu/pub/misc/${MY_P}.tar.gz"
28 @@ -18,7 +19,7 @@ RESTRICT="strip"
29 RDEPEND=""
30 DEPEND=""
31
32 -S=${WORKDIR}/${MY_P}
33 +S=${WORKDIR}/${MY_PN}
34
35 src_configure() {
36 case ${ARCH} in