diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2006-03-06 15:23:52 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2006-03-06 15:23:52 +0100 |
commit | 1a64cae15b0261e28a5114ca1cfe12680a517e8a (patch) | |
tree | f2fad086f2e8c1c6df90c990ca66c004b045b042 /app-admin | |
parent | add svg2png (diff) | |
download | portage-1a64cae15b0261e28a5114ca1cfe12680a517e8a.tar.xz |
add ~amd64 to all packages
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/hot-babe/hot-babe-0.2.0.ebuild | 14 | ||||
-rw-r--r-- | app-admin/hot-babe/hot-babe-0.2.2.ebuild | 12 |
2 files changed, 5 insertions, 21 deletions
diff --git a/app-admin/hot-babe/hot-babe-0.2.0.ebuild b/app-admin/hot-babe/hot-babe-0.2.0.ebuild index a6215110..28d7afd3 100644 --- a/app-admin/hot-babe/hot-babe-0.2.0.ebuild +++ b/app-admin/hot-babe/hot-babe-0.2.0.ebuild @@ -1,30 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation -# Copyright 2004 Paul Thompson <set@pobox.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /archive/cvsdir/portage/app-admin/hot-babe/hot-babe-0.2.0.ebuild,v 1.1 2004/12/02 22:32:45 set Exp $ +# $Header: DESCRIPTION="A System load monitor" - HOMEPAGE="http://dindinx.net/hotbabe/" - SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2" LICENSE="Artistic" - SLOT="0" - -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" -# A space delimited list of portage features to restrict. man 5 ebuild -# for details. Usually not needed. RESTRICT="nomirror" DEPEND=">=x11-libs/gtk+-2.0 media-libs/gdk-pixbuf" - -#RDEPEND="" +RDEPEND="${DEPEND}" S=${WORKDIR}/${P} diff --git a/app-admin/hot-babe/hot-babe-0.2.2.ebuild b/app-admin/hot-babe/hot-babe-0.2.2.ebuild index a6215110..64b40678 100644 --- a/app-admin/hot-babe/hot-babe-0.2.2.ebuild +++ b/app-admin/hot-babe/hot-babe-0.2.2.ebuild @@ -4,27 +4,19 @@ # $Header: /archive/cvsdir/portage/app-admin/hot-babe/hot-babe-0.2.0.ebuild,v 1.1 2004/12/02 22:32:45 set Exp $ DESCRIPTION="A System load monitor" - HOMEPAGE="http://dindinx.net/hotbabe/" - SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2" - LICENSE="Artistic" SLOT="0" - -KEYWORDS="x86" - +KEYWORDS="~x86 ~amd64" IUSE="" -# A space delimited list of portage features to restrict. man 5 ebuild -# for details. Usually not needed. RESTRICT="nomirror" DEPEND=">=x11-libs/gtk+-2.0 media-libs/gdk-pixbuf" - -#RDEPEND="" +RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |