diff options
author | 2009-03-27 02:36:12 +0000 | |
---|---|---|
committer | 2009-03-27 02:36:12 +0000 | |
commit | 92eb4eb01ec7022395e1b6c9db88912a78c01a82 (patch) | |
tree | 40225dd49a860996c15721cce050fd73fc68c046 /gpe-utils/startup-monitor | |
parent | [gpe-base/*] Fix repoman checks for most things. tidy up the depends statements. (diff) | |
download | gpe-92eb4eb01ec7022395e1b6c9db88912a78c01a82.tar.gz gpe-92eb4eb01ec7022395e1b6c9db88912a78c01a82.tar.bz2 gpe-92eb4eb01ec7022395e1b6c9db88912a78c01a82.zip |
[gpe-utils/gpe-beam]
Diffstat (limited to 'gpe-utils/startup-monitor')
-rw-r--r-- | gpe-utils/startup-monitor/Manifest | 2 | ||||
-rw-r--r-- | gpe-utils/startup-monitor/startup-monitor-0.18.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gpe-utils/startup-monitor/Manifest b/gpe-utils/startup-monitor/Manifest index eb639ea..c11bcd3 100644 --- a/gpe-utils/startup-monitor/Manifest +++ b/gpe-utils/startup-monitor/Manifest @@ -1,2 +1,2 @@ DIST startup-monitor-0.18-2.tar.gz 7457 SHA1 269532860c5f885f6f5cb0956a8eb3ccc6e0807f SHA256 0d1570843bd479ad6183f5014c3da3f68915f9c2626f11d96b422852a9991d86 -EBUILD startup-monitor-0.18.2.ebuild 490 SHA1 41051309ba5a15baef5b0615706e969100e05827 SHA256 7adf5fe1aee69f2db2e8e3ac62cb1d21cea1148d48390c774b02a6f1245c046a +EBUILD startup-monitor-0.18.2.ebuild 482 SHA1 a28981c7ac7d3b176506f7b6371e0e1baa9a411c SHA256 0aed5b4fd63a2631434a17612ab3339a9e8076b268089743891056bdc38709ec diff --git a/gpe-utils/startup-monitor/startup-monitor-0.18.2.ebuild b/gpe-utils/startup-monitor/startup-monitor-0.18.2.ebuild index 878d0d3..9bc9b1e 100644 --- a/gpe-utils/startup-monitor/startup-monitor-0.18.2.ebuild +++ b/gpe-utils/startup-monitor/startup-monitor-0.18.2.ebuild @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="~arm ~amd64 ~x86" MY_PV=$(replace_version_separator 2 '-') SRC_URI="${GPE_MIRROR}/${PN}-${MY_PV}.tar.gz" -RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.102" +RDEPEND="${RDEPEND} gpe-base/libgpewidget" IUSE="${IUSE}" S="${WORKDIR}/${PN}-${MY_PV}" |