diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-03-30 00:01:27 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-03-30 00:01:27 +0000 |
commit | 5ac9384d4e45ea7720946333d13c01c94c2548d5 (patch) | |
tree | ac73adb8e26485a52a70717d0d3d3cfc6a91a454 /sys-apps/debianutils | |
parent | Fix missing dependency over gccmakedep and imake (thanks to Benigno B. Junior... (diff) | |
download | gentoo-2-5ac9384d4e45ea7720946333d13c01c94c2548d5.tar.gz gentoo-2-5ac9384d4e45ea7720946333d13c01c94c2548d5.tar.bz2 gentoo-2-5ac9384d4e45ea7720946333d13c01c94c2548d5.zip |
Stable on amd64, bug 127975.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index a54964b7a2c6..a05502b20828 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/debianutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.50 2006/03/29 19:16:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.51 2006/03/30 00:01:27 cryos Exp $ + + 30 Mar 2006; Marcus D. Hanwell <cryos@gentoo.org> debianutils-2.15.ebuild: + Stable on amd64, bug 127975. 29 Mar 2006; Markus Rothe <corsair@gentoo.org> debianutils-2.15.ebuild: Stable on ppc64; bug #127975 diff --git a/sys-apps/debianutils/debianutils-2.15.ebuild b/sys-apps/debianutils/debianutils-2.15.ebuild index b8b1ea65c905..b686015029f9 100644 --- a/sys-apps/debianutils/debianutils-2.15.ebuild +++ b/sys-apps/debianutils/debianutils-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.15.ebuild,v 1.3 2006/03/29 19:16:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.15.ebuild,v 1.4 2006/03/30 00:01:27 cryos Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static build" DEPEND="" |