diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-13 13:05:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-13 13:05:50 +0000 |
commit | 2182a1b275d76829316aeb9faac0ee12495c4692 (patch) | |
tree | d829eb127d60b19b2c4d700c60fe8542db177ac2 /sys-fs/mtpfs | |
parent | Stable for amd64, wrt bug #407151 (diff) | |
download | gentoo-2-2182a1b275d76829316aeb9faac0ee12495c4692.tar.gz gentoo-2-2182a1b275d76829316aeb9faac0ee12495c4692.tar.bz2 gentoo-2-2182a1b275d76829316aeb9faac0ee12495c4692.zip |
Stable for amd64, wrt bug #406293
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtpfs')
-rw-r--r-- | sys-fs/mtpfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/mtpfs/mtpfs-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/mtpfs/ChangeLog b/sys-fs/mtpfs/ChangeLog index b809b63b17cc..3b1bbbf28279 100644 --- a/sys-fs/mtpfs/ChangeLog +++ b/sys-fs/mtpfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mtpfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.6 2012/02/29 16:03:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.7 2012/03/13 13:05:50 ago Exp $ + + 13 Mar 2012; Agostino Sarubbo <ago@gentoo.org> mtpfs-1.0.ebuild: + Stable for amd64, wrt bug #406293 29 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml, mtpfs-1.1.ebuild: diff --git a/sys-fs/mtpfs/mtpfs-1.0.ebuild b/sys-fs/mtpfs/mtpfs-1.0.ebuild index 4470ff90457d..e02d5eef00fd 100644 --- a/sys-fs/mtpfs/mtpfs-1.0.ebuild +++ b/sys-fs/mtpfs/mtpfs-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.2 2012/02/29 15:50:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.3 2012/03/13 13:05:50 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://www.adebenham.com/debian/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug" DEPEND="dev-libs/glib:2 |