summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-08-26 19:25:39 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-10-05 00:10:36 +0100
commitdad7cf42e4613c16066f1529dc7c2220ae267702 (patch)
tree3aa9fda3af93f500d006aa1d275ee2b57f936c2b /profiles
parentprofiles/common: Source L10N from make.conf since it's not available in (diff)
downloadportage-dad7cf42e4613c16066f1529dc7c2220ae267702.tar.xz
profiles/common: Remove old pre_src_configure
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/profile.bashrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index e4106449..de6fc0ea 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -311,13 +311,4 @@ function pre_pkg_preinst () {
__restore_bash_options
}
-function pre_src_configure () {
- if [[ ${CATEGORY}/${PN} == media-video/mplayer ]] ; then
- einfo "Unsetting LINGUAS LANG"
- unset LINGUAS LANG
- fi
-
- return 0
-}
-
# vim: syntax=sh