diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /x11-misc/yawmppp/yawmppp-2.0.2.ebuild | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'x11-misc/yawmppp/yawmppp-2.0.2.ebuild')
-rw-r--r-- | x11-misc/yawmppp/yawmppp-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild b/x11-misc/yawmppp/yawmppp-2.0.2.ebuild index 732db7807609..2a42d7e693da 100644 --- a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild +++ b/x11-misc/yawmppp/yawmppp-2.0.2.ebuild @@ -1,14 +1,14 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/yawmppp-2.0.2.ebuild,v 1.1 2002/01/31 08:52:55 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/yawmppp-2.0.2.ebuild,v 1.2 2002/05/23 06:50:20 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yet Another PPP Window Maker dock applet" SRC_URI="ftp://ftp.seul.org/pub/yawmppp/${P}.tar.gz" HOMEPAGE="http://yawmppp.seul.org/" -DEPEND=">=net-dialup/ppp-2.3.11 >=x11-libs/gtk+-1.2.6" +DEPEND=">=net-dialup/ppp-2.3.11 =x11-libs/gtk+-1.2*" #RDEPEND="" src_compile() { |