Skip to content

Commit

Permalink
mate-extra/mate-user-guide: Clean up deps, fix deps for schemas
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/605630
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Sep 25, 2020
1 parent 3a91163 commit b5e291a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions mate-extra/mate-user-guide/mate-user-guide-1.24.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

MATE_LA_PUNT="yes"

inherit mate

if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
fi

DESCRIPTION="User documentation for MATE Desktop"
LICENSE="FDL-1.1+ GPL-2+"
SLOT="0"

COMMON_DEPEND=""

RDEPEND="${COMMON_DEPEND}
gnome-extra/yelp
mate-base/mate-desktop
virtual/libintl
"

DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
!!mate-base/mate-desktop[user-guide(-)]
"

0 comments on commit b5e291a

Please sign in to comment.