projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f3a4b
)
sys-apps/shadow: Make gettext DEPEND unconditional
author
Patrick McLean
<chutzpah@gentoo.org>
Fri, 20 Jan 2017 00:02:45 +0000
(16:02 -0800)
committer
Patrick McLean
<chutzpah@gentoo.org>
Fri, 20 Jan 2017 00:02:45 +0000
(16:02 -0800)
If gettext is not installed, then eautoreconf will fail.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-apps/shadow/shadow-4.2.1-r2.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/shadow/shadow-4.2.1-r2.ebuild
b/sys-apps/shadow/shadow-4.2.1-r2.ebuild
index 18a4c2c6319c13237ff46ccb6261640a14c484c0..0e9e3a4d4e5284d7033fa8788fc0124fd1bc479e 100644
(file)
--- a/
sys-apps/shadow/shadow-4.2.1-r2.ebuild
+++ b/
sys-apps/shadow/shadow-4.2.1-r2.ebuild
@@
-30,7
+30,7
@@
RDEPEND="acl? ( sys-apps/acl )
xattr? ( sys-apps/attr )"
DEPEND="${RDEPEND}
app-arch/xz-utils
-
nls? ( sys-devel/gettext )
"
+
sys-devel/gettext
"
RDEPEND="${RDEPEND}
pam? ( >=sys-auth/pambase-20150213 )"