diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:58:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:58:45 +0000 |
commit | e1739a0be2eadbfa76e699be80796d8cea8c7ade (patch) | |
tree | a04983baac4158571ef6c5f96b4660693ee878c2 /games-util/showeq/showeq-4.3.18.ebuild | |
parent | Closing #43585. (diff) | |
download | historical-e1739a0be2eadbfa76e699be80796d8cea8c7ade.tar.gz historical-e1739a0be2eadbfa76e699be80796d8cea8c7ade.tar.bz2 historical-e1739a0be2eadbfa76e699be80796d8cea8c7ade.zip |
tidy deps/rdeps
Diffstat (limited to 'games-util/showeq/showeq-4.3.18.ebuild')
-rw-r--r-- | games-util/showeq/showeq-4.3.18.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-util/showeq/showeq-4.3.18.ebuild b/games-util/showeq/showeq-4.3.18.ebuild index 3418f9246f2a..58482936782d 100644 --- a/games-util/showeq/showeq-4.3.18.ebuild +++ b/games-util/showeq/showeq-4.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.18.ebuild,v 1.4 2004/01/02 20:17:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.18.ebuild,v 1.5 2004/03/30 07:58:45 mr_bones_ Exp $ inherit games @@ -14,14 +14,15 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/x11 - sys-devel/libtool - sys-devel/autoconf - sys-devel/automake +RDEPEND="virtual/x11 media-libs/libpng >=net-libs/libpcap-0.6.2 >=x11-libs/qt-3.0.5 - >=sys-libs/gdbm-1.8.0 + >=sys-libs/gdbm-1.8.0" +DEPEND="${RDEPEND} + sys-devel/libtool + sys-devel/autoconf + sys-devel/automake >=sys-apps/sed-4" src_unpack() { |