diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-10-02 23:16:25 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-10-02 23:17:12 +0300 |
commit | d1968d34dafaa4fb4215208214669983d171cc47 (patch) | |
tree | ea297945f1f6f0944489a371c2b4912dd8fa6c28 /app-cdr | |
parent | media-libs/libsdl2: Drop old 2.0.14-r1 (diff) | |
download | gentoo-d1968d34dafaa4fb4215208214669983d171cc47.tar.gz gentoo-d1968d34dafaa4fb4215208214669983d171cc47.tar.bz2 gentoo-d1968d34dafaa4fb4215208214669983d171cc47.zip |
app-cdr/brasero: drop eautoreconf, other tweaks
* 3.12.3 includes the tracker3 patch, so we don't need to
eautoreconf anymore
* Drop bogus docbook test dependency - it's only used by gtk-doc, which
is pregenerated; there should be no need for the dep specifically
for tests, only once we have to build gtk-doc ourselves
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/brasero/brasero-3.12.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-cdr/brasero/brasero-3.12.3.ebuild b/app-cdr/brasero/brasero-3.12.3.ebuild index bdf3c441ff61..65f2b8c73e96 100644 --- a/app-cdr/brasero/brasero-3.12.3.ebuild +++ b/app-cdr/brasero/brasero-3.12.3.ebuild @@ -3,7 +3,6 @@ EAPI=7 GNOME2_LA_PUNT="yes" -GNOME2_EAUTORECONF="yes" inherit gnome2 @@ -12,8 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Brasero" LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3 -IUSE="+css +introspection +libburn mp3 nautilus playlist test tracker" -RESTRICT="!test? ( test )" +IUSE="+css +introspection +libburn mp3 nautilus playlist tracker" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" DEPEND=" @@ -53,10 +51,11 @@ BDEPEND=" >=dev-util/gtk-doc-am-1.12 sys-devel/gettext virtual/pkgconfig - test? ( app-text/docbook-xml-dtd:4.3 ) - app-text/yelp-tools - gnome-base/gnome-common " +# eautoreconf deps +# app-text/yelp-tools +# gnome-base/gnome-common + PDEPEND="gnome-base/gvfs" src_configure() { |