diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 11:37:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 11:37:23 +0000 |
commit | 32a6abc91bf1b782324b98a3490b016b62a4b473 (patch) | |
tree | 2f6643dc9625b3481e048cb4c9f3125cdb4205be /dev-libs/vc | |
parent | Add missing dep on dev-libs/e_dbus (diff) | |
download | gentoo-2-32a6abc91bf1b782324b98a3490b016b62a4b473.tar.gz gentoo-2-32a6abc91bf1b782324b98a3490b016b62a4b473.tar.bz2 gentoo-2-32a6abc91bf1b782324b98a3490b016b62a4b473.zip |
Stable for x86, wrt bug #492678
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/vc')
-rw-r--r-- | dev-libs/vc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/vc/vc-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/vc/ChangeLog b/dev-libs/vc/ChangeLog index cde4556cb8a4..7bc1dc1cf5cd 100644 --- a/dev-libs/vc/ChangeLog +++ b/dev-libs/vc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/vc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vc/ChangeLog,v 1.3 2014/01/19 11:03:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vc/ChangeLog,v 1.4 2014/01/26 11:37:23 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> vc-0.7.2.ebuild: + Stable for x86, wrt bug #492678 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> vc-0.7.2.ebuild: amd64 stable, bug 492678 diff --git a/dev-libs/vc/vc-0.7.2.ebuild b/dev-libs/vc/vc-0.7.2.ebuild index f7c008e15a13..1b8ccaead38f 100644 --- a/dev-libs/vc/vc-0.7.2.ebuild +++ b/dev-libs/vc/vc-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vc/vc-0.7.2.ebuild,v 1.2 2014/01/19 11:03:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vc/vc-0.7.2.ebuild,v 1.3 2014/01/26 11:37:23 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI+=" https://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" src_unpack() { |