diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-22 19:15:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-22 19:15:54 +0000 |
commit | b34098303a673f2444c0c2171e30d0fe43e47cb3 (patch) | |
tree | 88c954824aad8bc167739239b20ca788442da448 /media-gfx/pqiv | |
parent | Fix failed gpg signiture (diff) | |
download | gentoo-2-b34098303a673f2444c0c2171e30d0fe43e47cb3.tar.gz gentoo-2-b34098303a673f2444c0c2171e30d0fe43e47cb3.tar.bz2 gentoo-2-b34098303a673f2444c0c2171e30d0fe43e47cb3.zip |
amd64 stable, bug #493512
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r-- | media-gfx/pqiv/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/pqiv/pqiv-2.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-gfx/pqiv/ChangeLog b/media-gfx/pqiv/ChangeLog index c19a492d80e0..59280afe4e02 100644 --- a/media-gfx/pqiv/ChangeLog +++ b/media-gfx/pqiv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pqiv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.37 2013/09/08 05:09:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/ChangeLog,v 1.38 2013/12/22 19:15:54 pacho Exp $ + + 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> pqiv-2.0.ebuild: + amd64 stable, bug #493512 *pqiv-2.0 (08 Sep 2013) @@ -151,4 +154,3 @@ 27 May 2007; Samuli Suominen <ssuominen@gentoo.org> +pqiv-0.1.ebuild: Initial commit for bug 166009. Ebuild and program itself by Phillip Berndt. - diff --git a/media-gfx/pqiv/pqiv-2.0.ebuild b/media-gfx/pqiv/pqiv-2.0.ebuild index 97a81cfd9b79..bb51311f6eb3 100644 --- a/media-gfx/pqiv/pqiv-2.0.ebuild +++ b/media-gfx/pqiv/pqiv-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-2.0.ebuild,v 1.1 2013/09/08 05:09:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-2.0.ebuild,v 1.2 2013/12/22 19:15:54 pacho Exp $ EAPI=5 inherit linux-info toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="kernel_linux" RDEPEND="dev-libs/glib:2 |