diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-09 18:45:54 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-09 18:45:54 +0000 |
commit | 16b58701cc57b9048165fc5547460c3fef08c2e1 (patch) | |
tree | 40505d41a74f57c7817c7cde259a2774fcb7109c /sys-devel | |
parent | Added hppa to keywords. (diff) | |
download | historical-16b58701cc57b9048165fc5547460c3fef08c2e1.tar.gz historical-16b58701cc57b9048165fc5547460c3fef08c2e1.tar.bz2 historical-16b58701cc57b9048165fc5547460c3fef08c2e1.zip |
Added hppa to keywords.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.80.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index ff8daad999ba..2cc02d22bde6 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.7 2003/01/18 19:00:26 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.8 2003/02/09 18:45:54 gmsoft Exp $ + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> make-3.80.ebuild : + Added hppa to keywords. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/sys-devel/make/make-3.80.ebuild b/sys-devel/make/make-3.80.ebuild index 1cdb839501d8..1259e0fc2f2d 100644 --- a/sys-devel/make/make-3.80.ebuild +++ b/sys-devel/make/make-3.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80.ebuild,v 1.4 2002/12/15 10:44:24 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80.ebuild,v 1.5 2003/02/09 18:45:54 gmsoft Exp $ IUSE="nls static build" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/make/make.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha hppa" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" |