diff options
author | 2002-06-01 08:39:13 +0000 | |
---|---|---|
committer | 2002-06-01 08:39:13 +0000 | |
commit | 0638f1c6816e0731acd18153a41692b37ae1f38e (patch) | |
tree | a96fc6e8245579c5b945661138eb87d976fbefc9 /x11-libs | |
parent | didn't hear any complaints and it seemed to fix a couple bugs so unleaching -... (diff) | |
download | gentoo-2-0638f1c6816e0731acd18153a41692b37ae1f38e.tar.gz gentoo-2-0638f1c6816e0731acd18153a41692b37ae1f38e.tar.bz2 gentoo-2-0638f1c6816e0731acd18153a41692b37ae1f38e.zip |
gtk 1.2.x should have a SLOT also
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild index e2edfebdb820..07fa48927474 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r8.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.1 2002/05/28 00:00:48 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.2 2002/06/01 08:39:13 blocke Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GIMP Toolkit" @@ -16,6 +16,8 @@ DEPEND="virtual/glibc virtual/x11 nls? ( sys-devel/gettext dev-util/intltool )" +SLOT="1" + src_unpack() { unpack ${P}.tar.gz |