diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-24 17:19:13 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-24 17:19:13 +0000 |
commit | eb3ad0db1608e693e4366db7519522d8a0e1e5b9 (patch) | |
tree | 723c86cd2a433dd41698678f4399f9e4f74c8614 /dev-util/rootstrap | |
parent | added ~amd64 to KEYWORDS. fixes #83181 (diff) | |
download | historical-eb3ad0db1608e693e4366db7519522d8a0e1e5b9.tar.gz historical-eb3ad0db1608e693e4366db7519522d8a0e1e5b9.tar.bz2 historical-eb3ad0db1608e693e4366db7519522d8a0e1e5b9.zip |
mark stable on amd64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-util/rootstrap')
-rw-r--r-- | dev-util/rootstrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/rootstrap/Manifest | 4 | ||||
-rw-r--r-- | dev-util/rootstrap/rootstrap-0.3.21.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/rootstrap/ChangeLog b/dev-util/rootstrap/ChangeLog index 98cdf3ac38f2..30a1c1080092 100644 --- a/dev-util/rootstrap/ChangeLog +++ b/dev-util/rootstrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rootstrap # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.10 2005/01/27 14:04:59 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.11 2005/02/24 17:19:13 lanius Exp $ + + 24 Feb 2005; Heinrich Wendel <lanius@gentoo.org> rootstrap-0.3.21.ebuild: + mark stable on amd64 27 Jan 2005; lanius@gentoo.org -rootstrap-0.3.18.ebuild, -rootstrap-0.3.19.ebuild, rootstrap-0.3.21.ebuild: diff --git a/dev-util/rootstrap/Manifest b/dev-util/rootstrap/Manifest index ec3ff99e501f..afd75cfd5f14 100644 --- a/dev-util/rootstrap/Manifest +++ b/dev-util/rootstrap/Manifest @@ -1,4 +1,4 @@ -MD5 af3cfaea32d1a0d5b4d7d9fc4be7fb0d ChangeLog 1457 +MD5 b245954c32fcf360547f2cf1a7b7847a ChangeLog 1557 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 -MD5 d97a439eb7072f1e219338d10e3acde8 rootstrap-0.3.21.ebuild 996 +MD5 c5555daa9bbac89c8f1bba3fa0e58f06 rootstrap-0.3.21.ebuild 995 MD5 06ea6d5b0cd0737211645d207dce21b6 files/digest-rootstrap-0.3.21 139 diff --git a/dev-util/rootstrap/rootstrap-0.3.21.ebuild b/dev-util/rootstrap/rootstrap-0.3.21.ebuild index 6ad39ddd1672..78d82fff57a6 100644 --- a/dev-util/rootstrap/rootstrap-0.3.21.ebuild +++ b/dev-util/rootstrap/rootstrap-0.3.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.21.ebuild,v 1.4 2005/01/27 14:04:59 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.21.ebuild,v 1.5 2005/02/24 17:19:13 lanius Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="A tool for building complete Linux filesystem images" HOMEPAGE="http://packages.qa.debian.org/rootstrap" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 amd64" SRC_URI="mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}.orig.tar.gz mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}-1.diff.gz" |