dev-vcs/git-bzr-ng: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:45:43 +0000 (11:45 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:45:43 +0000 (11:45 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild [moved from dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild with 83% similarity]

similarity index 83%
rename from dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r1.ebuild
rename to dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822-r2.ebuild
index 328aad8ad6e329548c8252578d4444ead4c65ecd..129f43403ce33563b9d9af43099bb617572b9ee6 100644 (file)
@@ -16,14 +16,17 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-vcs/bzr-2.2
+RDEPEND="
+       >=dev-vcs/bzr-2.2
        dev-vcs/git
-       >=dev-vcs/bzr-fastimport-0.10"
+       >=dev-vcs/bzr-fastimport-0.10
+       ${PYTHON_DEPS}"
 DEPEND="app-arch/xz-utils"
 
 src_prepare() {
-       eapply_user
+       default
        python_fix_shebang git-bzr
 }