diff options
author | 2007-06-17 12:35:23 +0000 | |
---|---|---|
committer | 2007-06-17 12:35:23 +0000 | |
commit | 9c8e1ccd3197fe0f60febdea23f5cbe8c2673331 (patch) | |
tree | ccf881f5b96f9fb95b9a5f4de7f11930eb4b0ff2 /sys-apps/debianutils | |
parent | Fix for fbsd. Thanks to Toffanin Mauro <equilibrium@gechi.it> in bug #182314. (diff) | |
download | gentoo-2-9c8e1ccd3197fe0f60febdea23f5cbe8c2673331.tar.gz gentoo-2-9c8e1ccd3197fe0f60febdea23f5cbe8c2673331.tar.bz2 gentoo-2-9c8e1ccd3197fe0f60febdea23f5cbe8c2673331.zip |
Stable on amd64 wrt bug 181258
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.17.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 97a3f782cf47..fa5018387c7d 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.82 2007/06/17 11:18:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.83 2007/06/17 12:35:23 angelos Exp $ + + 17 Jun 2007; Christoph Mende <angelos@gentoo.org> + debianutils-2.17.5.ebuild: + Stable on amd64 wrt bug 181258 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> debianutils-2.17.5.ebuild: alpha stable wrt #182280 diff --git a/sys-apps/debianutils/debianutils-2.17.5.ebuild b/sys-apps/debianutils/debianutils-2.17.5.ebuild index ab9ce05c196a..1d183f887972 100644 --- a/sys-apps/debianutils/debianutils-2.17.5.ebuild +++ b/sys-apps/debianutils/debianutils-2.17.5.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.5.ebuild,v 1.8 2007/06/17 11:18:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.17.5.ebuild,v 1.9 2007/06/17 12:35:23 angelos 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" |