summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-04-08 00:39:58 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-04-08 00:39:58 +0000
commite1f4a41b00fbb670c4eaf349a7c3142e5ed3b3a1 (patch)
tree61b773c6e1ba854775deac1798594242a5db5c0e /media-sound/audio-entropyd
parenthppa support (diff)
downloadgentoo-2-e1f4a41b00fbb670c4eaf349a7c3142e5ed3b3a1.tar.gz
gentoo-2-e1f4a41b00fbb670c4eaf349a7c3142e5ed3b3a1.tar.bz2
gentoo-2-e1f4a41b00fbb670c4eaf349a7c3142e5ed3b3a1.zip
Add SELinux policy RDEP
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r--media-sound/audio-entropyd/ChangeLog6
-rw-r--r--media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog
index 4f4d157d99b6..7b2cdd770a46 100644
--- a/media-sound/audio-entropyd/ChangeLog
+++ b/media-sound/audio-entropyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audio-entropyd
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.4 2004/04/02 22:42:38 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.5 2004/04/08 00:39:58 pebenito Exp $
+
+ 07 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
+ audio-entropyd-0.0.6.ebuild:
+ Add SELinux policy RDEP
02 Apr 2004; Joshua Brindle <method@gentoo.org> audio-entropyd-0.0.6.ebuild,
files/audio-entropyd.init:
diff --git a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild
index 709d39a3d170..57db13988d98 100644
--- a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild
+++ b/media-sound/audio-entropyd/audio-entropyd-0.0.6.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/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.4 2004/04/02 22:42:38 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.5 2004/04/08 00:39:58 pebenito Exp $
DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
HOMEPAGE="http://www.vanheusden.com/aed/"
@@ -8,10 +8,11 @@ SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
-IUSE=""
+IUSE="selinux"
DEPEND="virtual/glibc"
RDEPEND="${DEPEND}
- >=sys-apps/sed-4"
+ >=sys-apps/sed-4
+ selinux? ( sec-policy/selinux-audio-entropyd )"
S=${WORKDIR}/${P}