diff options
-rw-r--r-- | x11-misc/xlockmore/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.38.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.41.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-misc/xlockmore/ChangeLog b/x11-misc/xlockmore/ChangeLog index 13a64db7bc02..67833efa2aaa 100644 --- a/x11-misc/xlockmore/ChangeLog +++ b/x11-misc/xlockmore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xlockmore # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.124 2012/11/11 16:36:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.125 2012/12/27 16:52:26 pinkbyte Exp $ + + 27 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> xlockmore-5.38.ebuild, + xlockmore-5.41.ebuild: + media-libs/mesa -> virtual/opengl, add virtual/glu as a dependency, wrt bug + #437968 11 Nov 2012; Raúl Porcel <armin76@gentoo.org> xlockmore-5.41.ebuild: alpha/sparc/x86 stable wrt #440776 diff --git a/x11-misc/xlockmore/xlockmore-5.38.ebuild b/x11-misc/xlockmore/xlockmore-5.38.ebuild index a23ff6efcc43..1a9e64401083 100644 --- a/x11-misc/xlockmore/xlockmore-5.38.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.38.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/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.10 2012/10/24 19:48:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.11 2012/12/27 16:52:26 pinkbyte Exp $ EAPI=4 inherit autotools eutils flag-o-matic pam @@ -28,7 +28,8 @@ RDEPEND="x11-libs/libX11 motif? ( >=x11-libs/motif-2.3:0 ) nas? ( media-libs/nas ) opengl? ( - media-libs/mesa + virtual/opengl + virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) pam? ( virtual/pam ) diff --git a/x11-misc/xlockmore/xlockmore-5.41.ebuild b/x11-misc/xlockmore/xlockmore-5.41.ebuild index 78ff469790b3..d7f79efbef86 100644 --- a/x11-misc/xlockmore/xlockmore-5.41.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.41.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/x11-misc/xlockmore/xlockmore-5.41.ebuild,v 1.5 2012/11/11 16:36:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild,v 1.6 2012/12/27 16:52:26 pinkbyte Exp $ EAPI=4 inherit autotools eutils flag-o-matic pam @@ -23,7 +23,8 @@ RDEPEND=" motif? ( >=x11-libs/motif-2.3:0 ) nas? ( media-libs/nas ) opengl? ( - media-libs/mesa + virtual/opengl + virtual/glu truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) pam? ( virtual/pam ) |