diff options
Diffstat (limited to 'kde-apps/amor/amor-15.08.1.ebuild')
-rw-r--r-- | kde-apps/amor/amor-15.08.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-apps/amor/amor-15.08.1.ebuild b/kde-apps/amor/amor-15.08.1.ebuild new file mode 100644 index 000000000000..5cbe7320df73 --- /dev/null +++ b/kde-apps/amor/amor-15.08.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="x11-libs/libX11 + x11-libs/libXext" +RDEPEND="${DEPEND}" |