diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-28 10:21:25 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-28 10:21:25 +0000 |
commit | e6b73869d97fd5172e9f0a8fcd708c79382d8c7d (patch) | |
tree | 7c8b485011bcf56f7b3515076277f337b5c53710 /sys-apps/gptfdisk | |
parent | Detect new json-c-0.11. Patch from Thomas D. <whissi@whissi.de>. Fixes bug #4... (diff) | |
download | gentoo-2-e6b73869d97fd5172e9f0a8fcd708c79382d8c7d.tar.gz gentoo-2-e6b73869d97fd5172e9f0a8fcd708c79382d8c7d.tar.bz2 gentoo-2-e6b73869d97fd5172e9f0a8fcd708c79382d8c7d.zip |
Stable on amd64 x86 and ppc.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'sys-apps/gptfdisk')
-rw-r--r-- | sys-apps/gptfdisk/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/gptfdisk/ChangeLog b/sys-apps/gptfdisk/ChangeLog index fe61a1968b9f..c835e9b5731b 100644 --- a/sys-apps/gptfdisk/ChangeLog +++ b/sys-apps/gptfdisk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gptfdisk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.28 2013/04/06 23:29:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.29 2013/04/28 10:21:25 scarabeus Exp $ + + 28 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> gptfdisk-0.8.6.ebuild: + Stable on amd64 x86 and ppc. 06 Apr 2013; Mike Gilbert <floppym@gentoo.org> gptfdisk-0.8.6.ebuild: Add slot-operator to dev-libs/icu dependency. diff --git a/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild b/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild index 2e396aa16792..4c941796c760 100644 --- a/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v 1.3 2013/04/06 23:29:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v 1.4 2013/04/28 10:21:25 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="kernel_linux +icu" RDEPEND=" |