diff options
author | J Robert Ray <jrray@gentoo.org> | 2002-10-23 14:07:47 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2002-10-23 14:07:47 +0000 |
commit | 5d2360520ac5175ec311c6f29b7e1f48638392cc (patch) | |
tree | 87eb8d6604b83473ec0b1fb618e84ae5e7a71f1b /sys-devel | |
parent | Initial ebuild (diff) | |
download | gentoo-2-5d2360520ac5175ec311c6f29b7e1f48638392cc.tar.gz gentoo-2-5d2360520ac5175ec311c6f29b7e1f48638392cc.tar.bz2 gentoo-2-5d2360520ac5175ec311c6f29b7e1f48638392cc.zip |
Oops, only tested on x86.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoproject/autoproject-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoproject/autoproject-0.16.ebuild b/sys-devel/autoproject/autoproject-0.16.ebuild index de76fee87b0e..c7c2fb5c6fbe 100644 --- a/sys-devel/autoproject/autoproject-0.16.ebuild +++ b/sys-devel/autoproject/autoproject-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Dan Hopkins <drhop12@earthlink.net> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoproject/autoproject-0.16.ebuild,v 1.1 2002/10/23 14:00:54 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoproject/autoproject-0.16.ebuild,v 1.2 2002/10/23 14:07:47 jrray Exp $ S=${WORKDIR}/${P} DESCRIPTION="Used to start a programming project using autoconf, automake, and optionally a command line parser generator" @@ -8,7 +8,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/devel/${P}.tar.gz http://www.mv.com/ipusers/vanzandt/${P}.tar.gz" HOMEPAGE="http://www.mv.com/ipusers/vanzandt/" LICENSE="GPL" -KEYWORDS="~x86 ~sparc ~sparc64" +KEYWORDS="~x86" DEPEND="sys-devel/automake" SLOT="0" IUSE="" |