diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:36:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:36:45 +0000 |
commit | ccbccc7a3e43c7dabe4ea77d2931b12e6e548072 (patch) | |
tree | 9294bd677042f23f9f245d2254f6f9c9c897be08 /dev-python/pythondialog | |
parent | Stable for sparc, wrt bug #532560 (diff) | |
download | gentoo-2-ccbccc7a3e43c7dabe4ea77d2931b12e6e548072.tar.gz gentoo-2-ccbccc7a3e43c7dabe4ea77d2931b12e6e548072.tar.bz2 gentoo-2-ccbccc7a3e43c7dabe4ea77d2931b12e6e548072.zip |
Stable for sparc, wrt bug #532648
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pythondialog')
-rw-r--r-- | dev-python/pythondialog/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pythondialog/pythondialog-3.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pythondialog/ChangeLog b/dev-python/pythondialog/ChangeLog index 7d9393aed3d3..706fd40c1155 100644 --- a/dev-python/pythondialog/ChangeLog +++ b/dev-python/pythondialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pythondialog -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.26 2014/12/31 16:21:08 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.27 2015/01/02 12:36:45 ago Exp $ + + 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pythondialog-3.2.0.ebuild: + Stable for sparc, wrt bug #532648 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pythondialog-3.2.0.ebuild: Stable for ppc, wrt bug #532648 diff --git a/dev-python/pythondialog/pythondialog-3.2.0.ebuild b/dev-python/pythondialog/pythondialog-3.2.0.ebuild index 3306a8f4b936..07f08e11f888 100644 --- a/dev-python/pythondialog/pythondialog-3.2.0.ebuild +++ b/dev-python/pythondialog/pythondialog-3.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.0.ebuild,v 1.4 2014/12/31 16:21:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.0.ebuild,v 1.5 2015/01/02 12:36:45 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" IUSE="examples" DEPEND="dev-util/dialog" |