diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-01 12:04:30 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-01 12:06:37 -0700 |
commit | 34690678deaae78929c5c99a4f79dc70486c6341 (patch) | |
tree | ed2c347aa802bcdab0c1479beb1c139b9f5d908d /games-misc | |
parent | dev-util/meson: move 0.45.1 to stable everywhere (diff) | |
download | gentoo-34690678deaae78929c5c99a4f79dc70486c6341.tar.gz gentoo-34690678deaae78929c5c99a4f79dc70486c6341.tar.bz2 gentoo-34690678deaae78929c5c99a4f79dc70486c6341.zip |
games-misc/xcruiser: Drop unnecessary dependency on x11-libs/libXp
Closes: https://bugs.gentoo.org/649136
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/xcruiser/xcruiser-0.30-r1.ebuild (renamed from games-misc/xcruiser/xcruiser-0.30.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild index 5a4d94b26bf6..c5f7a85927f4 100644 --- a/games-misc/xcruiser/xcruiser-0.30.ebuild +++ b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="test" -RDEPEND="x11-libs/libXaw - x11-libs/libXp" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} app-text/rman x11-misc/gccmakedep |