diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-15 18:44:12 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-07-15 18:44:12 +0000 |
commit | 18d3e84f43bd5d4d7ff22ed2f6f240e69551cea5 (patch) | |
tree | 02dec530ce3c060ddd1242e1f1def294304279d2 /sys-apps/dmidecode | |
parent | Version bump (diff) | |
download | gentoo-2-18d3e84f43bd5d4d7ff22ed2f6f240e69551cea5.tar.gz gentoo-2-18d3e84f43bd5d4d7ff22ed2f6f240e69551cea5.tar.bz2 gentoo-2-18d3e84f43bd5d4d7ff22ed2f6f240e69551cea5.zip |
ppc stable #273045
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index c9724dc7dc67..c8f7ca772493 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.27 2009/06/15 17:08:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.28 2009/07/15 18:44:12 nixnut Exp $ + + 15 Jul 2009; nixnut <nixnut@gentoo.org> dmidecode-2.10.ebuild: + ppc stable #273045 15 Jun 2009; Raúl Porcel <armin76@gentoo.org> dmidecode-2.10.ebuild: arm/ia64/sparc stable wrt #273045 diff --git a/sys-apps/dmidecode/dmidecode-2.10.ebuild b/sys-apps/dmidecode/dmidecode-2.10.ebuild index 4a8c0cdf96b4..7a4d001cf89d 100644 --- a/sys-apps/dmidecode/dmidecode-2.10.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild,v 1.4 2009/06/15 17:08:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.10.ebuild,v 1.5 2009/07/15 18:44:12 nixnut Exp $ inherit flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 arm ia64 ~ppc sparc x86" +KEYWORDS="-* amd64 arm ia64 ppc sparc x86" IUSE="" DEPEND="" |