diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-09-27 00:38:09 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-09-27 00:38:09 +0000 |
commit | 5e7c461b2db32386f262279b3c3bf9673b6dc288 (patch) | |
tree | 07a3308f1dd7158012c3fa49a13fa3bcb4fc9dd1 /sys-devel/sparc32 | |
parent | corrected HOMEPAGE and SRC_URI (diff) | |
download | gentoo-2-5e7c461b2db32386f262279b3c3bf9673b6dc288.tar.gz gentoo-2-5e7c461b2db32386f262279b3c3bf9673b6dc288.tar.bz2 gentoo-2-5e7c461b2db32386f262279b3c3bf9673b6dc288.zip |
Adding SLOT statement
Diffstat (limited to 'sys-devel/sparc32')
-rw-r--r-- | sys-devel/sparc32/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/sparc32/sparc32-1.1.ebuild | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-devel/sparc32/ChangeLog b/sys-devel/sparc32/ChangeLog index f8735bc994a8..42defd93942d 100644 --- a/sys-devel/sparc32/ChangeLog +++ b/sys-devel/sparc32/ChangeLog @@ -1,14 +1,15 @@ # ChangeLog for sys-devel/sparc32 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/ChangeLog,v 1.1 2002/08/25 13:30:44 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/ChangeLog,v 1.2 2002/09/27 00:38:09 murphy Exp $ *sparc32-1.1 (20 Aug 2002) - 21 Aug 2002; Sean Summers <ebuild-sparc32@generalprotectionfault.com> + 27 Sep 2002; Maarten Thibaut <murphy@gentoo.org> sparc32-1.1.ebuild: Adding + SLOT statement as reminded by George Shapovalov <georges@its.caltech.edu>. + 21 Aug 2002; Sean Summers <ebuild-sparc32@generalprotectionfault.com> sparc32-1.1.ebuild: Included patches from Jakub Jelinek's <jakub@redhat.com> RPM spec. Found at ftp://auroralinux.org/pub/aurora/build-0.31/en/os/sparc/SRPMS/ - 20 Aug 2002; Sean Summers <ebuild-sparc32@generalprotectionfault.com> - + 20 Aug 2002; Sean Summers <ebuild-sparc32@generalprotectionfault.com> sparc32-1.1.ebuild: Initial package diff --git a/sys-devel/sparc32/sparc32-1.1.ebuild b/sys-devel/sparc32/sparc32-1.1.ebuild index 402c0fbb8f93..ae964d286681 100644 --- a/sys-devel/sparc32/sparc32-1.1.ebuild +++ b/sys-devel/sparc32/sparc32-1.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1.ebuild,v 1.2 2002/08/25 13:40:52 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparc32/sparc32-1.1.ebuild,v 1.3 2002/09/27 00:38:09 murphy Exp $ DESCRIPTION="A SPARC32 compilation environment." LICENSE="GPL-2" SRC_URI="ftp://ftp.auxio.org/pub/linux/SOURCES/${P}.tgz" +SLOT="0" KEYWORDS="sparc sparc64 -x86 -ppc" |