diff options
author | José María Alonso <nimiux@gentoo.org> | 2012-12-17 11:27:29 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2012-12-17 11:27:29 +0000 |
commit | 4b632388539d52713ed5a3eb42f816505da68fe9 (patch) | |
tree | 9c990f84ea8548dddbaf3ded43c2c82352842414 /media-libs/quvi | |
parent | Handle NO_TPM the way NO_DRNG is handled, as otherwise it can fail the same way. (diff) | |
download | gentoo-2-4b632388539d52713ed5a3eb42f816505da68fe9.tar.gz gentoo-2-4b632388539d52713ed5a3eb42f816505da68fe9.tar.bz2 gentoo-2-4b632388539d52713ed5a3eb42f816505da68fe9.zip |
Marked stable for amd64 wrt bug #447554
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'media-libs/quvi')
-rw-r--r-- | media-libs/quvi/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/quvi/ChangeLog b/media-libs/quvi/ChangeLog index 88d132e1b5f2..5fb6fe9907b6 100644 --- a/media-libs/quvi/ChangeLog +++ b/media-libs/quvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/quvi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.43 2012/12/17 04:21:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.44 2012/12/17 11:27:29 nimiux Exp $ + + 17 Dec 2012; Chema Alonso <nimiux@gentoo.org> quvi-0.4.2.ebuild: + Marked stable for amd64 wrt bug #447554 17 Dec 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/media-libs/quvi/quvi-0.4.2.ebuild b/media-libs/quvi/quvi-0.4.2.ebuild index 6c100eed440f..0cd3f2a358b8 100644 --- a/media-libs/quvi/quvi-0.4.2.ebuild +++ b/media-libs/quvi/quvi-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.4.2.ebuild,v 1.3 2012/09/25 02:46:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.4.2.ebuild,v 1.4 2012/12/17 11:27:29 nimiux Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=net-misc/curl-7.18.2 |