diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-01 09:50:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-01 09:50:24 +0000 |
commit | 885071fd7c2632dfe2499913fc8aff2995ef934e (patch) | |
tree | 684dc3768b26dbac418869bf9e4cc48c282aa046 | |
parent | GTK is now an optional dep, not required (diff) | |
download | historical-885071fd7c2632dfe2499913fc8aff2995ef934e.tar.gz historical-885071fd7c2632dfe2499913fc8aff2995ef934e.tar.bz2 historical-885071fd7c2632dfe2499913fc8aff2995ef934e.zip |
Added LICENSE
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild index 07fa48927474..dcf170caa49c 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild @@ -1,7 +1,6 @@ # 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.2 2002/06/01 08:39:13 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.3 2002/07/01 09:50:24 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GIMP Toolkit" @@ -17,6 +16,7 @@ DEPEND="virtual/glibc virtual/x11 dev-util/intltool )" SLOT="1" +LICENSE="GPL-2" src_unpack() { |