Skip to content

Commit

Permalink
dev-util/gdbus-codegen: fix VariableOrderWrong warning
Browse files Browse the repository at this point in the history
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Aug 9, 2024
1 parent 49eff95 commit f772956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ inherit gnome.org distutils-r1
DESCRIPTION="GDBus code and documentation generator"
HOMEPAGE="https://www.gtk.org/"

S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
Expand All @@ -30,8 +32,6 @@ BDEPEND="
>=dev-python/docutils-0.21.1
"

S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"

python_prepare_all() {
PATCHES=(
"${FILESDIR}/${PN}-2.56.1-sitedir.patch"
Expand Down

0 comments on commit f772956

Please sign in to comment.