diff options
Diffstat (limited to 'sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild index e6803b7eeaa6..b625096fb551 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild,v 1.1 2013/09/11 11:49:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild,v 1.2 2013/09/22 08:36:24 mgorny Exp $ EAPI=5 @@ -15,7 +15,12 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=sys-apps/systemd-206-r4" +RDEPEND=" + || ( + >=sys-apps/systemd-206-r4 + ( <sys-apps/systemd-205 + >=sys-apps/systemd-204-r1 ) + )" src_configure() { local myeconfargs=( |