diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:22:30 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:22:30 +0000 |
commit | 52d041ecc4aa8f6b9a839d263a5c94f0304d6e72 (patch) | |
tree | 3e90ef60b999ad0a8efcd0c312f65a68d1da68d9 /media-libs/libmygpo-qt | |
parent | x86 stable wrt bug #507140 (diff) | |
download | gentoo-2-52d041ecc4aa8f6b9a839d263a5c94f0304d6e72.tar.gz gentoo-2-52d041ecc4aa8f6b9a839d263a5c94f0304d6e72.tar.bz2 gentoo-2-52d041ecc4aa8f6b9a839d263a5c94f0304d6e72.zip |
x86 stable wrt bug #508100
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'media-libs/libmygpo-qt')
-rw-r--r-- | media-libs/libmygpo-qt/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libmygpo-qt/ChangeLog b/media-libs/libmygpo-qt/ChangeLog index 635026baf1a6..066401232f99 100644 --- a/media-libs/libmygpo-qt/ChangeLog +++ b/media-libs/libmygpo-qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmygpo-qt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/ChangeLog,v 1.2 2013/10/26 11:33:20 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/ChangeLog,v 1.3 2014/06/14 10:22:30 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libmygpo-qt-1.0.7.ebuild: + x86 stable wrt bug #508100 *libmygpo-qt-9999 (26 Oct 2013) diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild index 666f367d0d44..de6f0e5b1962 100644 --- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild +++ b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild,v 1.1 2013/10/26 09:40:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild,v 1.2 2014/06/14 10:22:29 phajdan.jr Exp $ EAPI=5 inherit cmake-utils @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" inherit git-2 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |