diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-12-29 15:25:14 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-12-29 16:35:09 +0200 |
commit | da3a75e3f14e88ec666f46f4160b99be6199aee1 (patch) | |
tree | 32eac69f3027dac3b01118297f08646750ed12f4 | |
parent | app-text/gspell: default enable USE=vala (diff) | |
download | gentoo-da3a75e3f14e88ec666f46f4160b99be6199aee1.tar.gz gentoo-da3a75e3f14e88ec666f46f4160b99be6199aee1.tar.bz2 gentoo-da3a75e3f14e88ec666f46f4160b99be6199aee1.zip |
app-text/gspell: vala is only a build depend here
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | app-text/gspell/gspell-1.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.8.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 68fe27ba0ee2..108a5813d325 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index 3647a4d2935a..ef631e0e2952 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild index 0079568866dd..ddbd5b2961b6 100644 --- a/app-text/gspell/gspell-1.8.2.ebuild +++ b/app-text/gspell/gspell-1.8.2.ebuild @@ -22,7 +22,6 @@ RDEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) - vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.6 virtual/pkgconfig + vala? ( $(vala_depend) ) " src_prepare() { |