diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-22 02:18:35 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-22 02:18:35 +0000 |
commit | 8d81d5d92f4dba1b1004ac489d48b517af62e1b4 (patch) | |
tree | fa19de1d246eaa3961d9df6e0f9a45f00e13fb79 /sys-apps/debianutils | |
parent | new redhat-artwork version (diff) | |
download | historical-8d81d5d92f4dba1b1004ac489d48b517af62e1b4.tar.gz historical-8d81d5d92f4dba1b1004ac489d48b517af62e1b4.tar.bz2 historical-8d81d5d92f4dba1b1004ac489d48b517af62e1b4.zip |
more arm keywording in sys-apps
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 0ad61a4bb16c..619d440b6e7c 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/debianutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.11 2003/02/12 08:56:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.12 2003/02/22 02:18:35 zwelch Exp $ + + 21 Feb 2003; Zach Welch <zwelch@gentoo.org> debianutils-1.16.3.ebuild : + Added arm to keywords. 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> debianutils-1.16.3.ebuild : Added hppa to keywords. diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild index 579040529c14..33d4afb37d0d 100644 --- a/sys-apps/debianutils/debianutils-1.16.3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.11 2003/02/13 15:51:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.12 2003/02/22 02:18:35 zwelch Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" SRC_URI="http://ftp.debian.org/debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/base/debianutils.html" -KEYWORDS="x86 ppc sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" SLOT="0" LICENSE="GPL-2 BSD SMAIL" IUSE="static build" |