diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 09:16:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 09:16:57 +0000 |
commit | 3da0e85899760ce2de66d46085a603846d26e8d4 (patch) | |
tree | 934cea88613c2b969388d31132e6c9a4c6bdb841 /sys-fs | |
parent | Stable on amd64 wrt bug #382171 (diff) | |
download | gentoo-2-3da0e85899760ce2de66d46085a603846d26e8d4.tar.gz gentoo-2-3da0e85899760ce2de66d46085a603846d26e8d4.tar.bz2 gentoo-2-3da0e85899760ce2de66d46085a603846d26e8d4.zip |
Stable on amd64 wrt bug #382493
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/diskdev_cmds/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/diskdev_cmds/ChangeLog b/sys-fs/diskdev_cmds/ChangeLog index df565253e00b..d6f5f722f613 100644 --- a/sys-fs/diskdev_cmds/ChangeLog +++ b/sys-fs/diskdev_cmds/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/diskdev_cmds -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.4 2009/07/22 16:04:34 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.5 2011/09/13 09:16:57 hwoarang Exp $ + + 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> + diskdev_cmds-332.14_p1.ebuild: + Stable on amd64 wrt bug #382493 22 Jul 2009; Joseph Jezak <josejx@gentoo.org> +files/diskdev_cmds-respect-cflags.patch, diskdev_cmds-332.14_p1.ebuild: diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild index 600fd212ce8a..57c63f30abfe 100644 --- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild +++ b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild,v 1.2 2009/07/22 16:04:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild,v 1.3 2011/09/13 09:16:57 hwoarang Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-${MY_PV}. mirror://gentoo/diskdev_cmds-${PV}.patch.bz2" LICENSE="APSL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" |