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 /app-cdr/gcombust | |
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 'app-cdr/gcombust')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.48.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.49.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.48.ebuild b/app-cdr/gcombust/gcombust-0.1.48.ebuild index 50a138633652..045bdf8b362c 100644 --- a/app-cdr/gcombust/gcombust-0.1.48.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.48.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Matthew Kennedy <mbkennedy@ieee.com> # Maintainer: Chris Houser <chouser@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.48.ebuild,v 1.2 2002/02/12 01:23:18 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.48.ebuild,v 1.3 2002/05/23 06:50:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen" SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" SLOT="0" -DEPEND=">=x11-libs/gtk+-1.2.10" +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { ./configure --host=${CHOST} --prefix=/usr || die diff --git a/app-cdr/gcombust/gcombust-0.1.49.ebuild b/app-cdr/gcombust/gcombust-0.1.49.ebuild index 12ee7fc3eef2..59702beefedf 100644 --- a/app-cdr/gcombust/gcombust-0.1.49.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.49.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen" SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" SLOT="0" -DEPEND=">=x11-libs/gtk+-1.2.10 +DEPEND="=x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" src_compile() { |