summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 13:19:34 +0100
committerSam James <sam@gentoo.org>2021-04-18 06:53:47 +0100
commitc09e4419f95aa350cea342a4e0f93d96fc0984d6 (patch)
treecb30404b874b5bb3e9f4cd93ced906d0c09da29f /app-text
parentapp-text/pep: use BDEPEND for app-arch/unzip (diff)
downloadgentoo-c09e4419f95aa350cea342a4e0f93d96fc0984d6.tar.gz
gentoo-c09e4419f95aa350cea342a4e0f93d96fc0984d6.tar.bz2
gentoo-c09e4419f95aa350cea342a4e0f93d96fc0984d6.zip
app-text/refbase: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/refbase/refbase-0.9.6_p20180223.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/refbase/refbase-0.9.6_p20180223.ebuild b/app-text/refbase/refbase-0.9.6_p20180223.ebuild
index a36d4ed7ff86..6962ac419d28 100644
--- a/app-text/refbase/refbase-0.9.6_p20180223.ebuild
+++ b/app-text/refbase/refbase-0.9.6_p20180223.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,14 +7,15 @@ inherit webapp
DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
HOMEPAGE="http://www.refbase.net/"
SRC_URI="https://sourceforge.net/code-snapshots/svn/r/re/refbase/code/refbase-code-r1422-branches-bleeding-edge.zip -> ${P}.zip"
+
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND=">=dev-lang/php-5.3[mysql,mysqli(+),session]
virtual/httpd-php
app-admin/webapp-config
app-text/bibutils"
-DEPEND="app-arch/unzip"
+
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}-code-r1422-branches-bleeding-edge"