public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: ChangeLog libsemanage-2.0.33.ebuild libsemanage-2.0.27.ebuild
@ 2011-05-28  6:00 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-05-28  6:00 UTC (permalink / raw
  To: gentoo-commits

blueness    11/05/28 06:00:57

  Modified:             ChangeLog libsemanage-2.0.33.ebuild
                        libsemanage-2.0.27.ebuild
  Log:
  Make RDEPEND explicit
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sys-libs/libsemanage/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 May 2011 05:28:35 -0000	1.34
+++ ChangeLog	28 May 2011 06:00:57 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libsemanage
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.34 2011/05/28 05:28:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.35 2011/05/28 06:00:57 blueness Exp $
+
+  28 May 2011; Anthony G. Basile <blueness@gentoo.org>
+  libsemanage-2.0.27.ebuild, libsemanage-2.0.33.ebuild:
+  Make RDEPEND explicit
 
   28 May 2011; Anthony G. Basile <blueness@gentoo.org>
   libsemanage-2.0.45.ebuild:



1.6                  sys-libs/libsemanage/libsemanage-2.0.33.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild?r1=1.5&r2=1.6

Index: libsemanage-2.0.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsemanage-2.0.33.ebuild	8 Feb 2011 17:15:24 -0000	1.5
+++ libsemanage-2.0.33.ebuild	28 May 2011 06:00:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild,v 1.5 2011/02/08 17:15:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.33.ebuild,v 1.6 2011/05/28 06:00:57 blueness Exp $
 
 IUSE=""
 
@@ -20,6 +20,7 @@
 DEPEND=">=sys-libs/libsepol-${SEPOL_VER}
 	=sys-libs/libselinux-${SELNX_VER}*
 	dev-libs/ustr"
+RDEPEND="${DEPEND}"
 
 # tests are not meant to be run outside of the
 # full SELinux userland repo



1.6                  sys-libs/libsemanage/libsemanage-2.0.27.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild?r1=1.5&r2=1.6

Index: libsemanage-2.0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsemanage-2.0.27.ebuild	8 Feb 2011 17:15:24 -0000	1.5
+++ libsemanage-2.0.27.ebuild	28 May 2011 06:00:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild,v 1.5 2011/02/08 17:15:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.27.ebuild,v 1.6 2011/05/28 06:00:57 blueness Exp $
 
 IUSE=""
 
@@ -20,6 +20,7 @@
 DEPEND="=sys-libs/libsepol-${SEPOL_VER}*
 	=sys-libs/libselinux-${SELNX_VER}*
 	dev-libs/ustr"
+RDEPEND="${DEPEND}"
 
 # tests are not meant to be run outside of the
 # full SELinux userland repo






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-28  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-28  6:00 [gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: ChangeLog libsemanage-2.0.33.ebuild libsemanage-2.0.27.ebuild Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox