mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
updated pentoo 2010.0-r1 ebuild to reflect tor's security issues
This commit is contained in:
parent
0bda17c860
commit
3fadee127a
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
EAPI="2"
|
||||
inherit subversion
|
||||
KEYWORDS=""
|
||||
KEYWORDS="-*"
|
||||
DESCRIPTION="One ebuild to rule them all and in the darkness bind them"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
ESVN_REPO_URI="https://www.pentoo.ch/svn/livecd/trunk/portage/"
|
||||
|
|
@ -17,6 +17,10 @@ DEPEND=""
|
|||
#main atoms
|
||||
RDEPEND="=sys-kernel/pentoo-sources-2.6.31-r3"
|
||||
|
||||
#things not permitted to exist (due to security holes)
|
||||
RDEPEND="${RDEPEND}
|
||||
!<net-misc/tor-0.2.1.22"
|
||||
|
||||
#System apps
|
||||
RDEPEND="${RDEPEND}
|
||||
sys-apps/openrc[pentoo]
|
||||
|
|
|
|||
Loading…
Reference in a new issue