diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 09:55:08 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 09:55:43 -0800 |
commit | fde79c64d2c08fe87fd9ae4cb020e20ca7ee563c (patch) | |
tree | e0145a65d57e7565205863586dfec98963407522 /x11-apps | |
parent | dev-lang/python: depend on util-linux (diff) | |
download | gentoo-fde79c64d2c08fe87fd9ae4cb020e20ca7ee563c.tar.gz gentoo-fde79c64d2c08fe87fd9ae4cb020e20ca7ee563c.tar.bz2 gentoo-fde79c64d2c08fe87fd9ae4cb020e20ca7ee563c.zip |
x11-apps/xdm: Remove now unnecessary multilib inherit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdm/xdm-1.1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12.ebuild index e7d6bd756525..6ac0148c9143 100644 --- a/x11-apps/xdm/xdm-1.1.12.ebuild +++ b/x11-apps/xdm/xdm-1.1.12.ebuild @@ -5,7 +5,7 @@ EAPI=7 XORG_EAUTORECONF=yes -inherit multilib xorg-3 pam systemd +inherit xorg-3 pam systemd DEFAULTVT=vt7 |