diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-11 12:32:59 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-11 12:32:59 +0000 |
commit | 41f2b4e9513863395b9068de71a2ba4fa52da1fa (patch) | |
tree | cbac1aed16224ccc5a991582303600eba7afa399 /games-util/loki_patch | |
parent | Marking stable on amd64 for loki_patch. (diff) | |
download | historical-41f2b4e9513863395b9068de71a2ba4fa52da1fa.tar.gz historical-41f2b4e9513863395b9068de71a2ba4fa52da1fa.tar.bz2 historical-41f2b4e9513863395b9068de71a2ba4fa52da1fa.zip |
Marking stable on x86/amd64 and closing bug #85814.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r-- | games-util/loki_patch/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/loki_patch/Manifest | 4 | ||||
-rw-r--r-- | games-util/loki_patch/loki_patch-20050324.ebuild | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog index 0062681cc022..f7e52437be99 100644 --- a/games-util/loki_patch/ChangeLog +++ b/games-util/loki_patch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/loki_patch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.3 2005/03/24 20:42:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.4 2005/04/11 12:32:59 wolf31o2 Exp $ + + 11 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> + loki_patch-20050324.ebuild: + Marking stable on x86/amd64 and closing bug #85814. *loki_patch-20050324 (24 Mar 2005) diff --git a/games-util/loki_patch/Manifest b/games-util/loki_patch/Manifest index f2c57f563159..7131affc7166 100644 --- a/games-util/loki_patch/Manifest +++ b/games-util/loki_patch/Manifest @@ -1,6 +1,6 @@ -MD5 29bbc5860cc45ba73995be8b019324a6 loki_patch-20050324.ebuild 1001 +MD5 57974546ccc86579fcc8116adcbae935 loki_patch-20050324.ebuild 1008 MD5 4169ffed11f10c4cb4cfcf2c0297e25c loki_patch-20040916.ebuild 922 -MD5 c372706a150516dbd5425105b6f91467 ChangeLog 879 +MD5 8b2671cd3b507487a1e3c1ef2a694bd9 ChangeLog 1018 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 6db02d05d799f5f6eed6dd15cc91869a files/loki_patch-20050324-amd64.patch 398 MD5 9a7f5741c12bca917a311213a179acff files/digest-loki_patch-20040916 72 diff --git a/games-util/loki_patch/loki_patch-20050324.ebuild b/games-util/loki_patch/loki_patch-20050324.ebuild index 2dcfac78f63a..51da53ba421a 100644 --- a/games-util/loki_patch/loki_patch-20050324.ebuild +++ b/games-util/loki_patch/loki_patch-20050324.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/games-util/loki_patch/loki_patch-20050324.ebuild,v 1.1 2005/03/24 20:42:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20050324.ebuild,v 1.2 2005/04/11 12:32:59 wolf31o2 Exp $ inherit eutils @@ -10,12 +10,12 @@ SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="" DEPEND="dev-util/xdelta - dev-libs/libxml - games-util/loki_setupdb" + dev-libs/libxml" +RDEPEND="games-util/loki_setupdb" src_unpack() { unpack ${A} |