diff options
author | 2015-03-06 22:07:10 +0000 | |
---|---|---|
committer | 2015-03-06 22:07:10 +0000 | |
commit | d80017e590d27e5e7f66cafc50e0e94ccdb805e3 (patch) | |
tree | a2cab6fdfc4d5fec7391314d2371084969898a8d /dev-python/appdirs | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-d80017e590d27e5e7f66cafc50e0e94ccdb805e3.tar.gz gentoo-2-d80017e590d27e5e7f66cafc50e0e94ccdb805e3.tar.bz2 gentoo-2-d80017e590d27e5e7f66cafc50e0e94ccdb805e3.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/appdirs')
-rw-r--r-- | dev-python/appdirs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/appdirs/appdirs-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/appdirs/ChangeLog b/dev-python/appdirs/ChangeLog index 067433a1454d..b16f26d74966 100644 --- a/dev-python/appdirs/ChangeLog +++ b/dev-python/appdirs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/appdirs -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/ChangeLog,v 1.7 2014/11/17 09:38:11 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/ChangeLog,v 1.8 2015/03/06 22:07:10 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> appdirs-1.4.0.ebuild: + amd64 stable, bug 540290 17 Nov 2014; Justin Lecher <jlec@gentoo.org> appdirs-1.4.0.ebuild, metadata.xml: diff --git a/dev-python/appdirs/appdirs-1.4.0.ebuild b/dev-python/appdirs/appdirs-1.4.0.ebuild index b67a769f5fd1..9cd6fd65c1b4 100644 --- a/dev-python/appdirs/appdirs-1.4.0.ebuild +++ b/dev-python/appdirs/appdirs-1.4.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/appdirs/appdirs-1.4.0.ebuild,v 1.2 2014/11/17 09:38:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/appdirs/appdirs-1.4.0.ebuild,v 1.3 2015/03/06 22:07:10 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="" |