diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
commit | f2065c6e9b77ba6810a7529ed2232324e33b27b4 (patch) | |
tree | 4cf74bf45dfdeb8c53fd6ec237b78211bca57187 /x11-misc/bbrun | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.gz historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.bz2 historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r-- | x11-misc/bbrun/bbrun-1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.1-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbrun/bbrun-1.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/bbrun/bbrun-1.1-r2.ebuild b/x11-misc/bbrun/bbrun-1.1-r2.ebuild index 3f74d9d4ae35..7624057ccd8a 100644 --- a/x11-misc/bbrun/bbrun-1.1-r2.ebuild +++ b/x11-misc/bbrun/bbrun-1.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r2.ebuild,v 1.1 2001/10/06 10:08:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r2.ebuild,v 1.2 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -9,7 +9,7 @@ SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz" HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml" DEPEND=">=x11-wm/blackbox-0.61 - >=x11-libs/gtk+-1.2.10-r4" + =x11-libs/gtk+-1.2*" src_unpack() { unpack ${A} diff --git a/x11-misc/bbrun/bbrun-1.1-r3.ebuild b/x11-misc/bbrun/bbrun-1.1-r3.ebuild index 94b113f48324..353887020888 100644 --- a/x11-misc/bbrun/bbrun-1.1-r3.ebuild +++ b/x11-misc/bbrun/bbrun-1.1-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r3.ebuild,v 1.1 2002/03/15 15:19:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r3.ebuild,v 1.2 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -9,7 +9,7 @@ SRC_URI="http://bbtools.thelinuxcommunity.org/sources/contrib/${P}.tar.gz" HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml" DEPEND="virtual/blackbox - >=x11-libs/gtk+-1.2.10-r4" + =x11-libs/gtk+-1.2*" src_unpack() { unpack ${A} diff --git a/x11-misc/bbrun/bbrun-1.3.ebuild b/x11-misc/bbrun/bbrun-1.3.ebuild index 538c28a5a2b7..2742a48d1c7b 100644 --- a/x11-misc/bbrun/bbrun-1.3.ebuild +++ b/x11-misc/bbrun/bbrun-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.1 2002/04/14 05:55:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.2 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -9,7 +9,7 @@ SRC_URI="http://www.dwave.net/~jking/bbrun/${P}.tar.gz" HOMEPAGE="http://www.dwave.net/~jking/bbrun/" DEPEND="virtual/blackbox - >=x11-libs/gtk+-1.2.10-r4" + =x11-libs/gtk+-1.2*" src_unpack() { unpack ${A} |