mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-misc/bb: move $S
VariableOrderWrong: version 1.3.0_rc1-r7: variable S should occur before IUSE Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Part-of: https://github.com/gentoo/gentoo/pull/43076 Closes: https://github.com/gentoo/gentoo/pull/43076 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
04811e2efb
commit
e775fee7d6
@ -10,6 +10,7 @@ MY_PV="$(ver_cut 1-2)$(ver_cut 4-5)"
|
||||
DESCRIPTION="Lightweight ASCII art demo using media-libs/aalib"
|
||||
HOMEPAGE="https://aa-project.sourceforge.net/"
|
||||
SRC_URI="https://downloads.sourceforge.net/project/aa-project/bb/${MY_PV}/bb-${MY_PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
@ -24,8 +25,6 @@ DEPEND="media-libs/aalib:=
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-noattr.patch
|
||||
"${FILESDIR}"/${P}-fix-protos.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user