diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-03 12:03:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-03 12:03:23 +0000 |
commit | 947242085f4b316eeccad97e7c859e3d10caa914 (patch) | |
tree | 520c3c08b475f47736c4442d21cdbdd0ff280cfc /sys-apps/debianutils | |
parent | Dropped all bindings except the one for tcl since it is needed for the tools ... (diff) | |
download | gentoo-2-947242085f4b316eeccad97e7c859e3d10caa914.tar.gz gentoo-2-947242085f4b316eeccad97e7c859e3d10caa914.tar.bz2 gentoo-2-947242085f4b316eeccad97e7c859e3d10caa914.zip |
x86 stable wrt bug 169082
(Portage version: 2.1.2-r13)
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.17.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 0486ce530951..f1b4907b30d4 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,9 @@ # 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.64 2007/03/03 05:14:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.65 2007/03/03 12:03:23 armin76 Exp $ + + 03 Mar 2007; Raúl Porcel <armin76@gentoo.org> debianutils-2.17.4.ebuild: + x86 stable wrt bug 169082 *debianutils-2.17.5 (03 Mar 2007) diff --git a/sys-apps/debianutils/debianutils-2.17.4.ebuild b/sys-apps/debianutils/debianutils-2.17.4.ebuild index 69dc07b320f8..3a990ee27102 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-2006 Gentoo Foundation +# 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.3 2007/03/03 05:08:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.17.4.ebuild,v 1.4 2007/03/03 12:03:23 armin76 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" |