diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/common/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/common/common-0.1.1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/common/ChangeLog b/dev-python/common/ChangeLog index ed0934ecccf8..5f6959386cff 100644 --- a/dev-python/common/ChangeLog +++ b/dev-python/common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/common -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.2 2014/08/10 21:09:07 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.3 2015/02/11 16:13:43 jlec Exp $ + + 11 Feb 2015; Justin Lecher <jlec@gentoo.org> common-0.1.1.ebuild: + Add RESTRICT="mirror bindist", #539776 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> common-0.1.1.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/dev-python/common/common-0.1.1.ebuild b/dev-python/common/common-0.1.1.ebuild index b2389bd91ee9..5392f4a37ccd 100644 --- a/dev-python/common/common-0.1.1.ebuild +++ b/dev-python/common/common-0.1.1.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/common/common-0.1.1.ebuild,v 1.2 2014/08/10 21:09:07 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/common/common-0.1.1.ebuild,v 1.3 2015/02/11 16:13:43 jlec Exp $ EAPI=5 @@ -16,3 +16,5 @@ SLOT="0" LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" + +RESTRICT="mirror bindist" |