diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-10-06 02:03:03 -0400 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-10-06 02:03:03 -0400 |
| commit | cc98444d51077f25c2de34802f311b64c056ef68 (patch) | |
| tree | 158392c223fa9603f247a0189116ec022b6500cf | |
| parent | be04cda22b2fbc0322833f0eecbf8c13ddc593c8 (diff) | |
| download | kde-cc98444d51077f25c2de34802f311b64c056ef68.tar.gz kde-cc98444d51077f25c2de34802f311b64c056ef68.tar.bz2 kde-cc98444d51077f25c2de34802f311b64c056ef68.zip | |
[kde-base/korundum] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
RepoMan-Options: --force
| -rw-r--r-- | kde-base/korundum/korundum-4.11.2-r1.ebuild (renamed from kde-base/korundum/korundum-4.11.2.ebuild) | 5 | ||||
| -rw-r--r-- | kde-base/korundum/korundum-4.11.49.9999.ebuild | 5 | ||||
| -rw-r--r-- | kde-base/korundum/korundum-9999.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/korundum/korundum-4.11.2.ebuild b/kde-base/korundum/korundum-4.11.2-r1.ebuild index 5cda8e12f1c..9dd1bc3cf99 100644 --- a/kde-base/korundum/korundum-4.11.2.ebuild +++ b/kde-base/korundum/korundum-4.11.2-r1.ebuild @@ -15,16 +15,17 @@ USE_RUBY="ruby19" inherit kde4-base ruby-ng DESCRIPTION="KDE Ruby bindings" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="akonadi debug kate okular" HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby" # unfortunately single modules cannot be disabled with cmake defines # possible more useflags have no effect... does anyone actually build this stuff? +# may need some hacking, for now semantic-desktop just becomes a hard dependency DEPEND=" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'kate?,okular?') + $(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND="${DEPEND} diff --git a/kde-base/korundum/korundum-4.11.49.9999.ebuild b/kde-base/korundum/korundum-4.11.49.9999.ebuild index 4b40844d42a..0f680442d36 100644 --- a/kde-base/korundum/korundum-4.11.49.9999.ebuild +++ b/kde-base/korundum/korundum-4.11.49.9999.ebuild @@ -15,16 +15,17 @@ USE_RUBY="ruby19" inherit kde4-base ruby-ng DESCRIPTION="KDE Ruby bindings" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="akonadi debug kate okular" HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby" # unfortunately single modules cannot be disabled with cmake defines # possible more useflags have no effect... does anyone actually build this stuff? +# may need some hacking, for now semantic-desktop just becomes a hard dependency DEPEND=" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'kate?,okular?') + $(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND="${DEPEND} diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild index 4b40844d42a..5b7681b1f45 100644 --- a/kde-base/korundum/korundum-9999.ebuild +++ b/kde-base/korundum/korundum-9999.ebuild @@ -21,10 +21,11 @@ HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby" # unfortunately single modules cannot be disabled with cmake defines # possible more useflags have no effect... does anyone actually build this stuff? +# may need some hacking, for now semantic-desktop just becomes a hard dependency DEPEND=" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'kate?,okular?') + $(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND="${DEPEND} |
