diff options
author | 2004-05-21 14:00:51 +0000 | |
---|---|---|
committer | 2004-05-21 14:00:51 +0000 | |
commit | 585a3814103038b240bc426d550655a9a4ee1876 (patch) | |
tree | a68e4aea37ce56ad204c4f296178907023986fc7 /dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild | |
parent | Fixing my SNAFU in src_unpack and closing bug #51644. (diff) | |
download | historical-585a3814103038b240bc426d550655a9a4ee1876.tar.gz historical-585a3814103038b240bc426d550655a9a4ee1876.tar.bz2 historical-585a3814103038b240bc426d550655a9a4ee1876.zip |
fixed slots
Diffstat (limited to 'dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild')
-rw-r--r-- | dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild index e0d2ff021845..f46fa330eff9 100644 --- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild +++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild,v 1.5 2004/04/16 15:57:30 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild,v 1.6 2004/05/21 14:00:51 khai Exp $ inherit gnome2 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" HOMEPAGE="http://gtkmm.sourceforge.net/" IUSE="" -SLOT="0" +SLOT="2" LICENSE="LGPL-2.1" KEYWORDS="~x86 ppc ~sparc hppa ~amd64" |