diff options
author | 2014-10-15 23:17:58 +0000 | |
---|---|---|
committer | 2014-10-15 23:17:58 +0000 | |
commit | a2ec892972a362e88690d07ca62c29aeb5074054 (patch) | |
tree | 764c331d2dc639d77c80aa29fff9b711ecf09b02 /dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | |
parent | fix systemd unit files (diff) | |
download | historical-a2ec892972a362e88690d07ca62c29aeb5074054.tar.gz historical-a2ec892972a362e88690d07ca62c29aeb5074054.tar.bz2 historical-a2ec892972a362e88690d07ca62c29aeb5074054.zip |
Keyworded ~ppc and ~ppc64, bug #525246
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'dev-python/pastedeploy/pastedeploy-1.5.2.ebuild')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index 113308a52633..143322ae2ffb 100644 --- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.5.2.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/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.3 2014/04/03 00:22:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.4 2014/10/15 23:10:16 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |