diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/skulpture/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/skulpture/skulpture-0.2.4-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-themes/skulpture/ChangeLog b/x11-themes/skulpture/ChangeLog index 204fc1104be9..19105af09837 100644 --- a/x11-themes/skulpture/ChangeLog +++ b/x11-themes/skulpture/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/skulpture # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.7 2014/03/21 21:56:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.8 2014/04/28 22:33:15 johu Exp $ + + 28 Apr 2014; Johannes Huber <johu@gentoo.org> skulpture-0.2.4-r1.ebuild: + Add missing DEPEND. *skulpture-0.2.4-r1 (21 Mar 2014) diff --git a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild index 7db8a30554ec..f49651f02d4f 100644 --- a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild +++ b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild,v 1.1 2014/03/21 21:56:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild,v 1.2 2014/04/28 22:33:15 johu Exp $ EAPI=5 @@ -14,3 +14,6 @@ LICENSE="GPL-3" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" + +DEPEND="$(add_kdebase_dep kwin)" +RDEPEND="${DEPEND}" |