mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/namazu: fix variable order
Signed-off-by: gentoo-setan <gentoo-setan@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
6c1beafc77
commit
41b7618244
@@ -10,6 +10,7 @@ MY_P="${P/_pre/pre}"
|
||||
DESCRIPTION="Namazu is a full-text search engine"
|
||||
HOMEPAGE="http://www.namazu.org/"
|
||||
SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
@@ -34,7 +35,6 @@ RDEPEND="dev-perl/File-MMagic
|
||||
)"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="nls? ( sys-devel/gettext )"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-gentoo.patch
|
||||
|
||||
Reference in New Issue
Block a user