summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-02-09 09:02:42 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-02-09 09:02:42 +0000
commit722c52a6016f6ba915ce0c15c91ef5bbb564bd8e (patch)
treef8fd624a77cb70b89e044bc758a01a5d19f3bb28 /net-misc
parentApply patch for a locale related compile failure (bug #340008). (diff)
downloadgentoo-2-722c52a6016f6ba915ce0c15c91ef5bbb564bd8e.tar.gz
gentoo-2-722c52a6016f6ba915ce0c15c91ef5bbb564bd8e.tar.bz2
gentoo-2-722c52a6016f6ba915ce0c15c91ef5bbb564bd8e.zip
x86 stable wrt bug #354005
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pymazon/ChangeLog8
-rw-r--r--net-misc/pymazon/pymazon-0.9-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/pymazon/ChangeLog b/net-misc/pymazon/ChangeLog
index 592921cc5233..33275d7676d3 100644
--- a/net-misc/pymazon/ChangeLog
+++ b/net-misc/pymazon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/pymazon
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/ChangeLog,v 1.4 2010/08/27 19:23:33 lack Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/ChangeLog,v 1.5 2011/02/09 09:02:42 phajdan.jr Exp $
+
+ 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ pymazon-0.9-r1.ebuild:
+ x86 stable wrt bug #354005
27 Aug 2010; Jim Ramsay <lack@gentoo.org> pymazon-0.9-r1.ebuild:
Typo: Had REPEND instead of RDEPEND...
diff --git a/net-misc/pymazon/pymazon-0.9-r1.ebuild b/net-misc/pymazon/pymazon-0.9-r1.ebuild
index cbc43a0820e1..47404485beeb 100644
--- a/net-misc/pymazon/pymazon-0.9-r1.ebuild
+++ b/net-misc/pymazon/pymazon-0.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/pymazon-0.9-r1.ebuild,v 1.2 2010/08/27 19:23:33 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/pymazon-0.9-r1.ebuild,v 1.3 2011/02/09 09:02:42 phajdan.jr Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@ SRC_URI="http://pymazon.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 x86"
IUSE="+gtk +qt4"
DEPEND="gtk? ( dev-python/pygtk )