diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-03-17 19:04:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-03-17 19:04:38 +0000 |
commit | 6a1776c75ac45720d1dd3b05163b80bbad488acc (patch) | |
tree | 99a9d9dcf986ba300dc4489bd94dfdc1b2ec4486 /app-portage | |
parent | grub will end up with a 100+ meg stage2 file if the user has LDFLAGS=-pie, so... (diff) | |
download | gentoo-2-6a1776c75ac45720d1dd3b05163b80bbad488acc.tar.gz gentoo-2-6a1776c75ac45720d1dd3b05163b80bbad488acc.tar.bz2 gentoo-2-6a1776c75ac45720d1dd3b05163b80bbad488acc.zip |
stable on sparc
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portagemaster/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/portagemaster/portagemaster-0.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/portagemaster/ChangeLog b/app-portage/portagemaster/ChangeLog index 15d775a4b268..734d93e040df 100644 --- a/app-portage/portagemaster/ChangeLog +++ b/app-portage/portagemaster/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/portagemaster # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/ChangeLog,v 1.6 2004/03/13 18:59:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/ChangeLog,v 1.7 2004/03/17 19:04:38 gustavoz Exp $ + + 17 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> + portagemaster-0.2.1.ebuild: + stable on sparc 13 Mar 2004; Jason Wever <weeve@gentoo.org> portagemaster-0.2.1.ebuild: Added ~sparc keyword. diff --git a/app-portage/portagemaster/portagemaster-0.2.1.ebuild b/app-portage/portagemaster/portagemaster-0.2.1.ebuild index 52123b91b6ba..d17781892efb 100644 --- a/app-portage/portagemaster/portagemaster-0.2.1.ebuild +++ b/app-portage/portagemaster/portagemaster-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/portagemaster-0.2.1.ebuild,v 1.5 2004/03/13 18:59:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/portagemaster-0.2.1.ebuild,v 1.6 2004/03/17 19:04:38 gustavoz Exp $ DESCRIPTION="A java portage browser and installer" HOMEPAGE="http://portagemaster.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~sparc" +KEYWORDS="x86 amd64 sparc" IUSE="jikes" DEPEND=">=virtual/jdk-1.4 |