diff options
author | 2006-01-28 17:25:38 +0000 | |
---|---|---|
committer | 2006-01-28 17:25:38 +0000 | |
commit | ed219ebd127a150e08fa677eb13aed732a63d399 (patch) | |
tree | 4183481ede380f5182e59547fcdef6a4c0953e5d /sys-block/gpart | |
parent | Stable on SPARC. Thanks for KingTaco noticing the oops. (diff) | |
download | gentoo-2-ed219ebd127a150e08fa677eb13aed732a63d399.tar.gz gentoo-2-ed219ebd127a150e08fa677eb13aed732a63d399.tar.bz2 gentoo-2-ed219ebd127a150e08fa677eb13aed732a63d399.zip |
Move to -amd64 as per bug #120741 waiting for a solution.
(Portage version: 2.1_pre4)
Diffstat (limited to 'sys-block/gpart')
-rw-r--r-- | sys-block/gpart/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/gpart/gpart-0.1h-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-block/gpart/ChangeLog b/sys-block/gpart/ChangeLog index 22d0109db1d7..b26d56cac443 100644 --- a/sys-block/gpart/ChangeLog +++ b/sys-block/gpart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/gpart -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/ChangeLog,v 1.3 2005/05/05 13:02:22 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/ChangeLog,v 1.4 2006/01/28 17:25:38 flameeyes Exp $ + + 28 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> gpart-0.1h-r1.ebuild: + Move to -amd64 as per bug #120741 waiting for a solution. 05 May 2005; Michael Hanselmann <hansmi@gentoo.org> gpart-0.1h-r1.ebuild: Added to ~hppa. diff --git a/sys-block/gpart/gpart-0.1h-r1.ebuild b/sys-block/gpart/gpart-0.1h-r1.ebuild index c4ea0784b6bc..41b7857eb4f0 100644 --- a/sys-block/gpart/gpart-0.1h-r1.ebuild +++ b/sys-block/gpart/gpart-0.1h-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/gpart-0.1h-r1.ebuild,v 1.2 2005/05/05 13:02:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/gpart/gpart-0.1h-r1.ebuild,v 1.3 2006/01/28 17:25:38 flameeyes Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~hppa" +KEYWORDS="-amd64 ~hppa x86" IUSE="" RDEPEND="virtual/libc" |