diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 14:30:30 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 14:30:30 +0000 |
commit | b56e4e3b634713f6ee61dfa13095fdde93672781 (patch) | |
tree | 4f7added4c6e46d993a07b4a85f61553f0555f5e /sys-fs | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-b56e4e3b634713f6ee61dfa13095fdde93672781.tar.gz gentoo-2-b56e4e3b634713f6ee61dfa13095fdde93672781.tar.bz2 gentoo-2-b56e4e3b634713f6ee61dfa13095fdde93672781.zip |
Re-add ~sparc wrt #207120
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-1.2129.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index db300dd82e07..44dd2b4a67da 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.50 2008/01/30 22:24:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.51 2008/02/03 14:30:30 armin76 Exp $ + + 03 Feb 2008; Raúl Porcel <armin76@gentoo.org> ntfs3g-1.2129.ebuild: + Re-add ~sparc wrt #207120 30 Jan 2008; Brent Baude <ranger@gentoo.org> ntfs3g-1.2129.ebuild: Marking ntfs3g-1.2129 ~ppc64 for bug 207120 diff --git a/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild b/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild index cc9a8767c1d7..f51d7dffe7ac 100644 --- a/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild,v 1.2 2008/01/30 22:24:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-1.2129.ebuild,v 1.3 2008/02/03 14:30:30 armin76 Exp $ MY_PN="${PN/3g/-3g}" MY_P="${MY_PN}-${PV}" @@ -11,7 +11,7 @@ SRC_URI="http://www.ntfs-3g.org/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="debug suid" RDEPEND="" |