diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 06:17:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:32:24 +0000 |
commit | 01730200b36499f306c5ad9f032323f512ce5aa1 (patch) | |
tree | 89940b89f92d052d792006e55035777e65a632d9 /games-board/chessx | |
parent | games-arcade/orthorobot: eutils->{desktop, wrapper} (diff) | |
download | gentoo-01730200b36499f306c5ad9f032323f512ce5aa1.tar.gz gentoo-01730200b36499f306c5ad9f032323f512ce5aa1.tar.bz2 gentoo-01730200b36499f306c5ad9f032323f512ce5aa1.zip |
ames-board/chessx: desktop.eclass--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board/chessx')
-rw-r--r-- | games-board/chessx/chessx-1.5.4-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-board/chessx/chessx-1.5.4-r3.ebuild b/games-board/chessx/chessx-1.5.4-r3.ebuild index b3e40f7c587d..37a62ca9b014 100644 --- a/games-board/chessx/chessx-1.5.4-r3.ebuild +++ b/games-board/chessx/chessx-1.5.4-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop qmake-utils xdg +inherit qmake-utils xdg DESCRIPTION="Qt5-based Chess Database Utility" HOMEPAGE="http://chessx.sourceforge.net/" @@ -12,7 +12,6 @@ SRC_URI="https://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz" LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" >=dev-libs/quazip-0.9.1:0= |