diff options
author | 2005-09-03 21:04:40 +0000 | |
---|---|---|
committer | 2005-09-03 21:04:40 +0000 | |
commit | 3726a8e011f97bdd89b8be6601eff93232c98176 (patch) | |
tree | 53f9138eda78b65c37353e82995730bd9938078c /sys-apps/debianutils | |
parent | added --force to autoreconf because we need libtoolize --force --copy and not... (diff) | |
download | gentoo-2-3726a8e011f97bdd89b8be6601eff93232c98176.tar.gz gentoo-2-3726a8e011f97bdd89b8be6601eff93232c98176.tar.bz2 gentoo-2-3726a8e011f97bdd89b8be6601eff93232c98176.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-2.14.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog index 665746e92dae..52bb84ad69bb 100644 --- a/sys-apps/debianutils/ChangeLog +++ b/sys-apps/debianutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/debianutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.45 2005/08/19 19:09:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.46 2005/09/03 21:00:34 corsair Exp $ + + 03 Sep 2005; Markus Rothe <corsair@gentoo.org> + debianutils-2.14.1-r1.ebuild: + Stable on ppc64 19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> debianutils-2.14.1-r1.ebuild: diff --git a/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild b/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild index 1c53656ea7d6..79fe91a4451e 100644 --- a/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild +++ b/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild,v 1.4 2005/08/19 19:09:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.14.1-r1.ebuild,v 1.5 2005/09/03 21:00:34 corsair 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="" |