diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-03-04 20:15:30 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-03-04 20:15:30 +0000 |
commit | a8448f6ff8af5796a0ad1a0de7b1790a81cca00c (patch) | |
tree | bc0917e562f597360516d50eaa58be7036a92754 /virtual | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-a8448f6ff8af5796a0ad1a0de7b1790a81cca00c.tar.gz gentoo-2-a8448f6ff8af5796a0ad1a0de7b1790a81cca00c.tar.bz2 gentoo-2-a8448f6ff8af5796a0ad1a0de7b1790a81cca00c.zip |
Add ~x86-fbsd
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-unittest2/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-unittest2/python-unittest2-1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index ff65bf1a5621..9e7c14ce5948 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-unittest2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.22 2014/03/04 19:36:32 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.23 2014/03/04 20:15:30 naota Exp $ + + 04 Mar 2014; Naohiro Aota <naota@gentoo.org> python-unittest2-1-r2.ebuild: + Add ~x86-fbsd 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> python-unittest2-1-r2.ebuild: diff --git a/virtual/python-unittest2/python-unittest2-1-r2.ebuild b/virtual/python-unittest2/python-unittest2-1-r2.ebuild index 0a1616f3dd8a..09494fe544dd 100644 --- a/virtual/python-unittest2/python-unittest2-1-r2.ebuild +++ b/virtual/python-unittest2/python-unittest2-1-r2.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/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.4 2014/03/04 19:36:32 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.5 2014/03/04 20:15:30 naota Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -10,7 +10,7 @@ DESCRIPTION="A virtual for packages needing unittest2 only in Python 2.6" HOMEPAGE="" SRC_URI="" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" LICENSE="" SLOT="0" IUSE="" |