deprecate more options in geany-plugins
This commit is contained in:
parent
2956322e3d
commit
c7bf371d7d
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||||
IUSE="+autoclose +automark +commander ctags debugger +defineformat devhelp enchant -geanymacro git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit"
|
IUSE="+autoclose +automark +commander ctags debugger +defineformat -deprecated devhelp enchant git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit"
|
||||||
|
|
||||||
LINGUAS="be ca da de es fr gl kk ja pt pt_BR ru tr zh_CN"
|
LINGUAS="be ca da de es fr gl kk ja pt pt_BR ru tr zh_CN"
|
||||||
|
|
||||||
|
@ -92,8 +92,8 @@ src_configure() {
|
||||||
--disable-geanygendoc
|
--disable-geanygendoc
|
||||||
# peg-markdown is bundled, use app-text/discount instead
|
# peg-markdown is bundled, use app-text/discount instead
|
||||||
--disable-peg-markdown
|
--disable-peg-markdown
|
||||||
$(use_enable geanymacro)
|
$(use_enable deprecated geanymacro)
|
||||||
--enable-geanynumberedbookmarks
|
$(use_enable deprecated geanynumberedbookmarks)
|
||||||
--enable-projectorganizer
|
--enable-projectorganizer
|
||||||
--enable-pretty-printer
|
--enable-pretty-printer
|
||||||
--enable-tableconvert
|
--enable-tableconvert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue