diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-01-20 10:22:04 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-01-20 10:22:04 +0000 |
commit | f40a27caf3c33a8ac3d49289eb7c3f582bd18e5a (patch) | |
tree | e9b0411d67eac8d77ce03f76f11d641232d243af /dev-util/plasmate | |
parent | Requires libattica built against Qt4. (diff) | |
download | gentoo-2-f40a27caf3c33a8ac3d49289eb7c3f582bd18e5a.tar.gz gentoo-2-f40a27caf3c33a8ac3d49289eb7c3f582bd18e5a.tar.bz2 gentoo-2-f40a27caf3c33a8ac3d49289eb7c3f582bd18e5a.zip |
Requires libattica built against Qt4.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util/plasmate')
-rw-r--r-- | dev-util/plasmate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/plasmate/plasmate-1.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/plasmate/ChangeLog b/dev-util/plasmate/ChangeLog index 9d3cec9402c8..afb2f3558498 100644 --- a/dev-util/plasmate/ChangeLog +++ b/dev-util/plasmate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/plasmate -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v 1.1 2013/06/21 13:50:02 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v 1.2 2014/01/20 10:22:04 kensington Exp $ + + 20 Jan 2014; Michael Palimaka <kensington@gentoo.org> plasmate-1.0.ebuild: + Requires libattica built against Qt4. *plasmate-1.0 (21 Jun 2013) @@ -9,4 +12,3 @@ New package. Imported from kde overlay. Initial ebuild by Giorgos Tsiapaliwkas <terietor@gmail.com>. Changes by several people in the overlay. Bug #473936. - diff --git a/dev-util/plasmate/plasmate-1.0.ebuild b/dev-util/plasmate/plasmate-1.0.ebuild index 942fc1a7fa6e..0a639e8c414e 100644 --- a/dev-util/plasmate/plasmate-1.0.ebuild +++ b/dev-util/plasmate/plasmate-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild,v 1.1 2013/06/21 13:50:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild,v 1.2 2014/01/20 10:22:04 kensington Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="debug" DEPEND=" app-crypt/gpgme - dev-libs/libattica + dev-libs/libattica[qt4] dev-libs/soprano $(add_kdebase_dep kdepimlibs) $(add_kdebase_dep knewstuff) |