diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-20 05:47:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-20 05:47:37 +0000 |
commit | 13e01a8b8f63a1b2002c5d8b6e4a1e37ead179dd (patch) | |
tree | f16b6e168ec7266ec73f89b1fdcb443a70304f30 /media-sound/audio-entropyd | |
parent | Initial import. Bug #139587. (diff) | |
download | gentoo-2-13e01a8b8f63a1b2002c5d8b6e4a1e37ead179dd.tar.gz gentoo-2-13e01a8b8f63a1b2002c5d8b6e4a1e37ead179dd.tar.bz2 gentoo-2-13e01a8b8f63a1b2002c5d8b6e4a1e37ead179dd.zip |
Stable on amd64 wrt bug #206736
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r-- | media-sound/audio-entropyd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog index 71eb44d31b09..ac0cf0889122 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.20 2007/12/15 12:48:26 angelos Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.21 2008/01/20 05:47:37 angelos Exp $ + + 20 Jan 2008; Christoph Mende <angelos@gentoo.org> + audio-entropyd-1.0.1.ebuild: + Stable on amd64 wrt bug #206736 *audio-entropyd-1.0.1 (15 Dec 2007) diff --git a/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild b/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild index 74afdb6adbd6..47d7362a20e3 100644 --- a/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild +++ b/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v 1.1 2007/12/15 12:48:26 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v 1.2 2008/01/20 05:47:37 angelos Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/aed/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-audio-entropyd )" |