diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:00:58 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:00:58 +0000 |
commit | 8e5a14097d39fb854715c7279db9715441b457a6 (patch) | |
tree | 71d8428c15a551616e0a55a62578c2651e577e19 /sys-fs | |
parent | x86 stable wrt bug #500872 (diff) | |
download | gentoo-2-8e5a14097d39fb854715c7279db9715441b457a6.tar.gz gentoo-2-8e5a14097d39fb854715c7279db9715441b457a6.tar.bz2 gentoo-2-8e5a14097d39fb854715c7279db9715441b457a6.zip |
x86 stable wrt bug #502930
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/pysize/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/pysize/pysize-0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/pysize/ChangeLog b/sys-fs/pysize/ChangeLog index 8d4b1357cdad..850baccd132a 100644 --- a/sys-fs/pysize/ChangeLog +++ b/sys-fs/pysize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/pysize # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.8 2014/03/07 23:40:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.9 2014/03/12 05:00:58 phajdan.jr Exp $ + + 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pysize-0.2-r1.ebuild: + x86 stable wrt bug #502930 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> pysize-0.2-r1.ebuild: amd64 stable, bug #502930 diff --git a/sys-fs/pysize/pysize-0.2-r1.ebuild b/sys-fs/pysize/pysize-0.2-r1.ebuild index 5ac8e070245b..efbd98bfc42c 100644 --- a/sys-fs/pysize/pysize-0.2-r1.ebuild +++ b/sys-fs/pysize/pysize-0.2-r1.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/sys-fs/pysize/pysize-0.2-r1.ebuild,v 1.2 2014/03/07 23:40:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild,v 1.3 2014/03/12 05:00:58 phajdan.jr Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://guichaz.free.fr/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="gtk ncurses" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |