diff options
author | 2007-03-25 15:22:42 +0000 | |
---|---|---|
committer | 2007-03-25 15:22:42 +0000 | |
commit | 6d9a4df3c9d7e2490928f4c7f6129d9d93a4e8a0 (patch) | |
tree | 7749ecb7190610f8ba8cb107690caa84c5806254 /sys-apps/debianutils | |
parent | Version bump to masked testing snapshot. (diff) | |
download | historical-6d9a4df3c9d7e2490928f4c7f6129d9d93a4e8a0.tar.gz historical-6d9a4df3c9d7e2490928f4c7f6129d9d93a4e8a0.tar.bz2 historical-6d9a4df3c9d7e2490928f4c7f6129d9d93a4e8a0.zip |
Stable on alpha wrt bug #169082
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.17.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index a8b9450d28c9..ca228dd32014 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/debianutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.71 2007/03/18 14:28:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.72 2007/03/25 15:20:16 yoswink Exp $ + + 25 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> + debianutils-2.17.4.ebuild: + Stable on alpha wrt bug #169082 18 Mar 2007; nixnut <nixnut@gentoo.org> debianutils-2.17.4.ebuild: Stable on ppc wrt bug 169082 diff --git a/sys-apps/debianutils/debianutils-2.17.4.ebuild b/sys-apps/debianutils/debianutils-2.17.4.ebuild index 710695046ae2..77a7807c0bfc 100644 --- a/sys-apps/debianutils/debianutils-2.17.4.ebuild +++ b/sys-apps/debianutils/debianutils-2.17.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.17.4.ebuild,v 1.10 2007/03/18 14:28:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.17.4.ebuild,v 1.11 2007/03/25 15:20:16 yoswink 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 ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="static" PDEPEND="sys-apps/mktemp" |