diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-01-28 13:37:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-01-28 13:37:40 +0000 |
commit | 76cc3eaf8a2c6d7c4a5ef51677475d188c1f07d9 (patch) | |
tree | d97e42bdc564c1a751bcb59c640d4a08f81f9e08 /virtual | |
parent | keyword ~amd64-fbsd, bug #453136 (diff) | |
download | gentoo-2-76cc3eaf8a2c6d7c4a5ef51677475d188c1f07d9.tar.gz gentoo-2-76cc3eaf8a2c6d7c4a5ef51677475d188c1f07d9.tar.bz2 gentoo-2-76cc3eaf8a2c6d7c4a5ef51677475d188c1f07d9.zip |
keyword ~amd64-fbsd, bug #453136
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-unittest2/python-unittest2-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index 69052c7d11ce..3459c9d31b0f 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-unittest2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.4 2013/01/14 09:30:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.5 2013/01/28 13:37:40 aballier Exp $ + + 28 Jan 2013; Alexis Ballier <aballier@gentoo.org> python-unittest2-1.ebuild: + keyword ~amd64-fbsd, bug #453136 14 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1.ebuild: Change the description to make the intent clear. diff --git a/virtual/python-unittest2/python-unittest2-1.ebuild b/virtual/python-unittest2/python-unittest2-1.ebuild index b5585ea27863..ad58d78bdf30 100644 --- a/virtual/python-unittest2/python-unittest2-1.ebuild +++ b/virtual/python-unittest2/python-unittest2-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.2 2013/01/14 09:30:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.3 2013/01/28 13:37:40 aballier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -10,7 +10,7 @@ DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1" HOMEPAGE="" SRC_URI="" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" LICENSE="" SLOT="0" IUSE="" |