diff options
author | 2010-09-12 14:52:21 +0000 | |
---|---|---|
committer | 2010-09-12 14:52:21 +0000 | |
commit | 970c96012909e11fbac181e002f7c72377286748 (patch) | |
tree | b19ca52210cbaa9d89a7330b6daaba16f6f63416 /sys-apps/debianutils | |
parent | Stable on amd64 wrt bug #336277 (diff) | |
download | gentoo-2-970c96012909e11fbac181e002f7c72377286748.tar.gz gentoo-2-970c96012909e11fbac181e002f7c72377286748.tar.bz2 gentoo-2-970c96012909e11fbac181e002f7c72377286748.zip |
Stable on amd64 wrt bug #336693
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-3.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index b155c7a665f4..bab1c60c1dfc 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/debianutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.143 2010/09/12 03:42:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.144 2010/09/12 14:52:21 hwoarang Exp $ + + 12 Sep 2010; Markos Chandras <hwoarang@gentoo.org> + debianutils-3.2.3.ebuild: + Stable on amd64 wrt bug #336693 12 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> debianutils-3.2.3.ebuild: diff --git a/sys-apps/debianutils/debianutils-3.2.3.ebuild b/sys-apps/debianutils/debianutils-3.2.3.ebuild index 2356438e92f6..edb6b4c6e27e 100644 --- a/sys-apps/debianutils/debianutils-3.2.3.ebuild +++ b/sys-apps/debianutils/debianutils-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-3.2.3.ebuild,v 1.2 2010/09/12 03:42:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-3.2.3.ebuild,v 1.3 2010/09/12 14:52:21 hwoarang Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.bz2" LICENSE="BSD GPL-2 SMAIL" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="kernel_linux static" PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp sys-freebsd/freebsd-ubin )" |