net-mail/dovecot-fts-xapian: Move S= up to match skel.ebuild order

Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
This commit is contained in:
Philippe Chaintreuil
2022-12-25 13:41:28 -05:00
parent d1cda83d1b
commit 79f1b92167
2 changed files with 2 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ inherit autotools
DESCRIPTION="Dovecot FTS plugin backed by Xapian"
HOMEPAGE="https://github.com/grosjo/fts-xapian"
SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fts-xapian-${PV}"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -23,8 +24,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/fts-xapian-${PV}"
src_prepare() {
default
eautoreconf

View File

@@ -8,6 +8,7 @@ inherit autotools
DESCRIPTION="Dovecot FTS plugin backed by Xapian"
HOMEPAGE="https://github.com/grosjo/fts-xapian"
SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fts-xapian-${PV}"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -23,8 +24,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/fts-xapian-${PV}"
src_prepare() {
default
eautoreconf