diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 18:41:17 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 18:41:17 +0000 |
commit | 1aa3399acf2988f853f5aab40849b0f35e6ffb1c (patch) | |
tree | 8aa5eb6b07db74804da72d1988644cee260603a2 /sys-devel | |
parent | enabled xemacs gamma branch since it proved very stable and is in fact (diff) | |
download | historical-1aa3399acf2988f853f5aab40849b0f35e6ffb1c.tar.gz historical-1aa3399acf2988f853f5aab40849b0f35e6ffb1c.tar.bz2 historical-1aa3399acf2988f853f5aab40849b0f35e6ffb1c.zip |
changed slot
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.6-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.6-r1.ebuild b/sys-devel/automake/automake-1.6-r1.ebuild index ec973062cbc1..794df443fbf8 100644 --- a/sys-devel/automake/automake-1.6-r1.ebuild +++ b/sys-devel/automake/automake-1.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6-r1.ebuild,v 1.2 2002/04/07 13:46:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6-r1.ebuild,v 1.3 2002/04/07 18:41:17 gbevin Exp $ OLD_PV=1.4-p5 OLD_P=${PN}-${OLD_PV} @@ -15,8 +15,7 @@ HOMEPAGE="http://www.gnu.org/software/automake/automake.html" DEPEND="sys-devel/perl >=sys-devel/autoconf-2.53" -# !!!!!! VERIFY THIS, is it binary incompatible with 1.5???? !!!!!!!! -SLOT="1.6" +SLOT="1.5" src_compile() { |