summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 054a31781e72..4a963d78db58 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -475,7 +475,7 @@ config_rpath_update() {
local dst src
case ${EAPI:-0} in
- 0|1|2|3|4|5|6)
+ 4|5|6)
src="${EPREFIX}/usr/share/gettext/config.rpath"
;;
*)