Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444232 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +11 lines)
Line  Link Here
0
-- /usr/portage/sys-apps/coreutils/coreutils-8.20.ebuild       2012-10-23 15:52:35.000000000 -0400
0
++ coreutils-8.20.ebuild       2012-11-21 16:08:06.232337331 -0500
Lines 18-24 Link Here
18
LICENSE="GPL-3"
18
LICENSE="GPL-3"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
20
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
21
IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr"
21
IUSE="acl caps gmp hostname nls selinux static userland_BSD vanilla xattr"
22
22
23
LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
23
LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
24
       caps? ( sys-libs/libcap )
24
       caps? ( sys-libs/libcap )
Lines 37-42 Link Here
37
       !<sci-chemistry/ccp4-6.1.1"
37
       !<sci-chemistry/ccp4-6.1.1"
38
DEPEND="${RDEPEND}
38
DEPEND="${RDEPEND}
39
       static? ( ${LIB_DEPEND} )
39
       static? ( ${LIB_DEPEND} )
40
       hostname? ( !sys-apps/net-tools )
40
       app-arch/xz-utils"
41
       app-arch/xz-utils"
41
42
42
src_prepare() {
43
src_prepare() {
Lines 64-70 Link Here
64
}
65
}
65
66
66
src_configure() {
67
src_configure() {
67
       local myconf=''
68
       local myconf='' hostname=''
68
       if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
69
       if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
69
               export fu_cv_sys_stat_statfs2_bsize=yes #311569
70
               export fu_cv_sys_stat_statfs2_bsize=yes #311569
70
               export gl_cv_func_realpath_works=yes #416629
71
               export gl_cv_func_realpath_works=yes #416629
Lines 74-88 Link Here
74
       use static && append-ldflags -static && sed -i '/elf_sys=yes/s:yes:no:' configure #321821
75
       use static && append-ldflags -static && sed -i '/elf_sys=yes/s:yes:no:' configure #321821
75
       use selinux || export ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
76
       use selinux || export ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
76
       use userland_BSD && myconf="${myconf} -program-prefix=g --program-transform-name=s/stat/nustat/"
77
       use userland_BSD && myconf="${myconf} -program-prefix=g --program-transform-name=s/stat/nustat/"
77
       # kill/uptime - procps
78
       if use hostname; then
78
       # groups/su   - shadow
79
               hostname=,hostname
79
       # hostname    - net-tools
80
       fi
81
       # else hostname - net-tools
82
       # kill/uptime   - procps
83
       # groups/su     - shadow
80
       econf \
84
       econf \
81
               --with-packager="Gentoo" \
85
               --with-packager="Gentoo" \
82
               --with-packager-version="${PVR} (p${PATCH_VER:-0})" \
86
               --with-packager-version="${PVR} (p${PATCH_VER:-0})" \
83
               --with-packager-bug-reports="http://bugs.gentoo.org/" \
87
               --with-packager-bug-reports="http://bugs.gentoo.org/" \
84
               --enable-install-program="arch" \
88
               --enable-install-program="arch" \
85
               --enable-no-install-program="groups,hostname,kill,su,uptime" \
89
               --enable-no-install-program="groups,kill,su,uptime$hostname" \
86
               --enable-largefile \
90
               --enable-largefile \
87
               $(use caps || echo --disable-libcap) \
91
               $(use caps || echo --disable-libcap) \
88
               $(use_enable nls) \
92
               $(use_enable nls) \

Return to bug 444232