Skip to content

Commit

Permalink
games-server/cyphesis: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 23, 2017
1 parent 36de071 commit ed29262
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions games-server/cyphesis/cyphesis-0.6.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -13,9 +13,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"

RDEPEND="
RDEPEND="${PYTHON_DEPS}
dev-db/postgresql:=
>=dev-games/mercator-0.3.3
>=dev-games/wfmath-1.0.1
Expand Down
6 changes: 4 additions & 2 deletions games-server/cyphesis/cyphesis-0.6.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -13,9 +13,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"

RDEPEND=">=media-libs/skstream-0.3.9
RDEPEND="${PYTHON_DEPS}
>=media-libs/skstream-0.3.9
>=dev-games/wfmath-1.0.1
>=dev-games/mercator-0.3.3
dev-libs/libgcrypt:0
Expand Down

0 comments on commit ed29262

Please sign in to comment.