diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-18 19:23:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-18 19:23:42 +0000 |
commit | 4439901a1364e2d3476cc94334fa2fe361c75b60 (patch) | |
tree | 156b9e843f9424f57c55d1f4c90c46eb86f163aa /media-libs | |
parent | Fix USE=examples (diff) | |
download | gentoo-2-4439901a1364e2d3476cc94334fa2fe361c75b60.tar.gz gentoo-2-4439901a1364e2d3476cc94334fa2fe361c75b60.tar.bz2 gentoo-2-4439901a1364e2d3476cc94334fa2fe361c75b60.zip |
Stable for AMD64, wrt bug #393869
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raul/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raul/raul-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raul/ChangeLog b/media-libs/raul/ChangeLog index dbe747b9eb3a..8e40a423968e 100644 --- a/media-libs/raul/ChangeLog +++ b/media-libs/raul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raul # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.11 2011/01/13 08:55:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.12 2011/12/18 19:23:42 ago Exp $ + + 18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> raul-0.8.0.ebuild: + Stable for AMD64, wrt bug #393869 *raul-0.8.0 (13 Jan 2011) diff --git a/media-libs/raul/raul-0.8.0.ebuild b/media-libs/raul/raul-0.8.0.ebuild index 783c994214b3..2a8ca6ed9eab 100644 --- a/media-libs/raul/raul-0.8.0.ebuild +++ b/media-libs/raul/raul-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0.ebuild,v 1.1 2011/01/13 08:55:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0.ebuild,v 1.2 2011/12/18 19:23:42 ago Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc test" RDEPEND="dev-libs/boost |