Bug #203887 - Implement RESTRICT=installsources for binaries that are
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 05:49:57 +0000 (05:49 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Jan 2008 05:49:57 +0000 (05:49 -0000)
not compatible with debugedit. (trunk r9167)

svn path=/main/branches/2.1.2/; revision=9175

bin/prepstrip
man/ebuild.5

index a5d4278deed276957017ea43405bf0e8ad03af5b..bc2fa79cf08be6bc4d93aea1126e6e61ec4ae7c6 100755 (executable)
@@ -32,6 +32,7 @@ fi
 
 save_elf_sources() {
        hasq installsources ${FEATURES} || return 0
+       hasq installsources ${RESTRICT} && return 0
        type -P debugedit >/dev/null || return 0
 
        local x=$1
index 116e44d012f92062a93e83e98cf14b6276ea31c5..2eaffcbc145ae34f2a54af588e561f0291972a47 100644 (file)
@@ -364,6 +364,10 @@ Distribution of binary packages is restricted.
 .I fetch
 like \fImirror\fR but the files will not be fetched via \fBSRC_URI\fR either.
 .TP
+.I installsources
+Disables installsources for specific packages. This is for packages with
+binaries that are not compatible with debugedit.
+.TP
 .I mirror
 files in \fBSRC_URI\fR will not be downloaded from the \fBGENTOO_MIRRORS\fR.
 .TP