diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-12 07:13:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-12 07:13:04 +0000 |
commit | f7fcad077d3a90748279484baf9163c2828d462a (patch) | |
tree | 4cf4220a30069a98de70c90afa97731894e23ad0 /x11-apps/xcursorgen | |
parent | Version bump. (diff) | |
download | gentoo-2-f7fcad077d3a90748279484baf9163c2828d462a.tar.gz gentoo-2-f7fcad077d3a90748279484baf9163c2828d462a.tar.bz2 gentoo-2-f7fcad077d3a90748279484baf9163c2828d462a.zip |
Depend on libpng subslot to get autorebuilds.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r-- | x11-apps/xcursorgen/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index f7432298fc80..ddaae7e8004d 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xcursorgen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.75 2015/03/14 13:59:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.76 2015/05/12 07:13:04 vapier Exp $ + + 12 May 2015; Mike Frysinger <vapier@gentoo.org> xcursorgen-1.0.6.ebuild: + Depend on libpng subslot to get autorebuilds. 14 Mar 2015; Markus Meier <maekke@gentoo.org> xcursorgen-1.0.6.ebuild: arm stable, bug #530652 diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild index e942ab9f347e..a7798b2bb48b 100644 --- a/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild +++ b/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.10 2015/03/14 13:59:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.11 2015/05/12 07:13:04 vapier Exp $ EAPI=5 inherit xorg-2 @@ -12,5 +12,5 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXcursor - media-libs/libpng:0" + media-libs/libpng:0=" DEPEND="${RDEPEND}" |