diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-04 19:17:05 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-04 19:17:05 +0000 |
commit | 6877536c5cebb5db4c1c32673c5a65445cc71919 (patch) | |
tree | 66f482670523074578f86985a57e785d4a95074c /net-dialup | |
parent | update digest (diff) | |
download | gentoo-2-6877536c5cebb5db4c1c32673c5a65445cc71919.tar.gz gentoo-2-6877536c5cebb5db4c1c32673c5a65445cc71919.tar.bz2 gentoo-2-6877536c5cebb5db4c1c32673c5a65445cc71919.zip |
deactivate userpriv, otherwise it will fail on kernel 2.6
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog index f3726b23312d..6d66b1dc4aba 100644 --- a/net-dialup/ltmodem/ChangeLog +++ b/net-dialup/ltmodem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ltmodem # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.11 2004/02/04 14:14:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.12 2004/02/04 19:17:05 lanius Exp $ + + 04 Feb 2004; Heinrich Wendel <lanius@gentoo.org> + ltmodem-8.26_alpha9-r3.ebuild: + deactivate userpriv, otherwise it will fail on kernel 2.6 04 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ltmodem-8.26_alpha9-r3.ebuild: diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild index fbc18216ac13..c094af0e06ce 100644 --- a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild +++ b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild,v 1.1 2004/02/04 14:14:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r3.ebuild,v 1.2 2004/02/04 19:17:05 lanius Exp $ inherit kernel-mod @@ -15,6 +15,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +RESTRICT="nouserpriv" + DEPEND="virtual/linux-sources app-shells/bash" |