diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:10:56 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:10:56 -0700 |
commit | 022b7e7241c9b58844cee9289709926aeab6776f (patch) | |
tree | 71ec26d312d75a8577cc9a31892559a26ba52204 /x11-apps/rstart | |
parent | x11-apps/fslsfonts: Transition deps to x11-base/xorg-proto (diff) | |
download | gentoo-022b7e7241c9b58844cee9289709926aeab6776f.tar.gz gentoo-022b7e7241c9b58844cee9289709926aeab6776f.tar.bz2 gentoo-022b7e7241c9b58844cee9289709926aeab6776f.zip |
x11-apps/rstart: Transition deps to x11-base/xorg-proto
Diffstat (limited to 'x11-apps/rstart')
-rw-r--r-- | x11-apps/rstart/rstart-1.0.5-r1.ebuild (renamed from x11-apps/rstart/rstart-1.0.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/rstart/rstart-1.0.5.ebuild b/x11-apps/rstart/rstart-1.0.5-r1.ebuild index e74a26a102a1..86908b7e7f16 100644 --- a/x11-apps/rstart/rstart-1.0.5.ebuild +++ b/x11-apps/rstart/rstart-1.0.5-r1.ebuild @@ -9,5 +9,5 @@ DESCRIPTION="X.Org rstart application" KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="" -RDEPEND="x11-proto/xproto" -DEPEND="${RDEPEND}" +DEPEND="x11-base/xorg-proto" +RDEPEND="${DEPEND}" |