diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-09 00:00:57 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-09 00:00:57 +0000 |
commit | b2aef66b93bc22c571b4cbaa71536aa95c2732c9 (patch) | |
tree | 43d11cc4f59a53828622f744692f5308d3fcedcd /media-libs | |
parent | tweak inherits so repoman can parse them (diff) | |
download | gentoo-2-b2aef66b93bc22c571b4cbaa71536aa95c2732c9.tar.gz gentoo-2-b2aef66b93bc22c571b4cbaa71536aa95c2732c9.tar.bz2 gentoo-2-b2aef66b93bc22c571b4cbaa71536aa95c2732c9.zip |
inherit user for enewgroup
(Portage version: 2.2.0_alpha110_p4/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libgphoto2/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.4.12.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libgphoto2/ChangeLog b/media-libs/libgphoto2/ChangeLog index 798e9b337c61..7bf829569b2f 100644 --- a/media-libs/libgphoto2/ChangeLog +++ b/media-libs/libgphoto2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libgphoto2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.208 2012/05/24 14:02:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.209 2012/06/09 00:00:57 zmedico Exp $ + + 09 Jun 2012; Zac Medico <zmedico@gentoo.org> libgphoto2-2.4.11-r1.ebuild, + libgphoto2-2.4.12.ebuild: + inherit user for enewgroup 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> libgphoto2-2.4.12.ebuild: ppc stable wrt #410611 diff --git a/media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild index 7a74a714a7ae..49848ec804fd 100644 --- a/media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.4.11-r1.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/media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild,v 1.8 2012/05/05 08:02:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.11-r1.ebuild,v 1.9 2012/06/09 00:00:57 zmedico Exp $ # TODO # 1. Track upstream bug --disable-docs does not work. @@ -8,7 +8,7 @@ EAPI="4" -inherit autotools eutils multilib +inherit autotools eutils multilib user DESCRIPTION="Library that implements support for numerous digital cameras" HOMEPAGE="http://www.gphoto.org/" diff --git a/media-libs/libgphoto2/libgphoto2-2.4.12.ebuild b/media-libs/libgphoto2/libgphoto2-2.4.12.ebuild index 1dc3e0716b88..b2f5cc46e993 100644 --- a/media-libs/libgphoto2/libgphoto2-2.4.12.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.4.12.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/media-libs/libgphoto2/libgphoto2-2.4.12.ebuild,v 1.9 2012/05/24 14:02:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.12.ebuild,v 1.10 2012/06/09 00:00:57 zmedico Exp $ # TODO # 1. Track upstream bug --disable-docs does not work. @@ -8,7 +8,7 @@ EAPI="4" -inherit autotools eutils multilib +inherit autotools eutils multilib user DESCRIPTION="Library that implements support for numerous digital cameras" HOMEPAGE="http://www.gphoto.org/" |