diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-25 15:18:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-25 15:18:55 +0000 |
commit | 9923062b26fdcef9e724a8728af51fa436fe75c3 (patch) | |
tree | f2a49a7b93a758f179a04fd6f05634cd2b29108c /sys-apps | |
parent | Stop installing redudant files for bug 178791. (diff) | |
download | gentoo-2-9923062b26fdcef9e724a8728af51fa436fe75c3.tar.gz gentoo-2-9923062b26fdcef9e724a8728af51fa436fe75c3.tar.bz2 gentoo-2-9923062b26fdcef9e724a8728af51fa436fe75c3.zip |
x86 stable
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index 559481b9bac4..82e968001faf 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.17 2007/03/17 00:11:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.18 2007/05/25 15:18:55 armin76 Exp $ + + 25 May 2007; Raúl Porcel <armin76@gentoo.org> dmidecode-2.9.ebuild: + x86 stable *dmidecode-2.9 (17 Mar 2007) diff --git a/sys-apps/dmidecode/dmidecode-2.9.ebuild b/sys-apps/dmidecode/dmidecode-2.9.ebuild index cd153a3e39e3..413992e80810 100644 --- a/sys-apps/dmidecode/dmidecode-2.9.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.9.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/dmidecode/dmidecode-2.9.ebuild,v 1.1 2007/03/17 00:11:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.9.ebuild,v 1.2 2007/05/25 15:18:55 armin76 Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~ia64 ~x86" +KEYWORDS="-* ~amd64 ~ia64 x86" IUSE="" DEPEND="" |