diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-03-06 18:38:17 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-03-06 18:38:17 +0000 |
commit | 88c4368def137c27c19b849909562c0433d835f2 (patch) | |
tree | 929c52065480a9f5dd7f3f814f21cffa69263108 /app-arch/rpm | |
parent | Update to 0.9.0rc8b. (diff) | |
download | gentoo-2-88c4368def137c27c19b849909562c0433d835f2.tar.gz gentoo-2-88c4368def137c27c19b849909562c0433d835f2.tar.bz2 gentoo-2-88c4368def137c27c19b849909562c0433d835f2.zip |
marking as stable to fix a bug
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm/rpm-4.0.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm/ChangeLog b/app-arch/rpm/ChangeLog index 76d6c40e2083..491bd72ab42b 100644 --- a/app-arch/rpm/ChangeLog +++ b/app-arch/rpm/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-arch/rpm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.16 2003/02/28 09:50:58 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.17 2003/03/06 18:38:17 cretin Exp $ *rpm-4.0.4-r5 (28 Feb 2003) + 6 Mar 2003; Stefan Jones <cretin@gentoo.org> rpm-4.0.4-r5.ebuild : + Marked as stable as it fixes the bug. + 28 Feb 2003; Stefan Jones <cretin@gentoo.org> rpm-4.0.4-r5.ebuild : Fixed bug #15621 with homemade patch. diff --git a/app-arch/rpm/rpm-4.0.4-r5.ebuild b/app-arch/rpm/rpm-4.0.4-r5.ebuild index 921a13f3fb65..a61ecb4c821b 100644 --- a/app-arch/rpm/rpm-4.0.4-r5.ebuild +++ b/app-arch/rpm/rpm-4.0.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.0.4-r5.ebuild,v 1.1 2003/02/28 09:50:58 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.0.4-r5.ebuild,v 1.2 2003/03/06 18:38:17 cretin Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ HOMEPAGE="http://www.rpm.org/" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="nls" RDEPEND="=sys-libs/db-3.2* |