diff options
author | 2015-03-06 22:33:50 +0000 | |
---|---|---|
committer | 2015-03-06 22:33:50 +0000 | |
commit | 610924cb21c3ec0776500c966590c3bdb9880150 (patch) | |
tree | 904c97df56228465e24d157a89d24482e84dc874 /dev-python/pynut | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-610924cb21c3ec0776500c966590c3bdb9880150.tar.gz gentoo-2-610924cb21c3ec0776500c966590c3bdb9880150.tar.bz2 gentoo-2-610924cb21c3ec0776500c966590c3bdb9880150.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pynut')
-rw-r--r-- | dev-python/pynut/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pynut/pynut-1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pynut/ChangeLog b/dev-python/pynut/ChangeLog index bb479241e261..82a819953fef 100644 --- a/dev-python/pynut/ChangeLog +++ b/dev-python/pynut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pynut # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/ChangeLog,v 1.4 2015/01/26 13:49:53 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/ChangeLog,v 1.5 2015/03/06 22:33:50 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pynut-1.2.ebuild: + amd64 stable, bug 540290 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -pynut-1.1.ebuild: Remove old. diff --git a/dev-python/pynut/pynut-1.2.ebuild b/dev-python/pynut/pynut-1.2.ebuild index f313c405b2ec..b8535d5f5c8d 100644 --- a/dev-python/pynut/pynut-1.2.ebuild +++ b/dev-python/pynut/pynut-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/pynut/pynut-1.2.ebuild,v 1.1 2011/12/04 14:04:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/pynut-1.2.ebuild,v 1.2 2015/03/06 22:33:50 pacho Exp $ EAPI="3" @@ -15,7 +15,7 @@ SRC_URI="http://www.lestat.st/_media/informatique/projets/pynut/python-${P}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S="${WORKDIR}/python-${P}" |